You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/core/README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,11 @@ export default function App() {
85
85
`fetch`. Direct imports retained from `expo/fetch` are not intercepted. XHR
86
86
tracking remains enabled for clients such as axios.
87
87
88
+
GraphQL error extraction (via `DatadogLink({ trackErrors: true })`) for
89
+
requests made through `expo/fetch` requires Expo SDK 56 or later, as older
90
+
versions of `expo/fetch` do not implement `Response.clone()`. On earlier
91
+
versions, GraphQL metadata is still reported, but response errors are not.
92
+
88
93
### Track view navigation
89
94
90
95
Because React Native offers a wide range of libraries to create screen navigation, by default only manual View tracking is supported. You can manually start and stop a View using the following `startView()` and `stopView` methods.
Copy file name to clipboardExpand all lines: packages/core/src/rum/instrumentation/resourceTracking/requestProxy/FetchProxy/__tests__/FetchProxy.test.ts
0 commit comments