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
-[Breadcrumbs](/platforms/react-native/enriching-events/breadcrumbs/) created for outgoing `http` request with XHR and Fetch; UI and system events; and console logs
14
14
-[Release Health](/product/releases/health/) tracks crash free users and sessions
15
-
-[Performance Monitoring](/product/performance/) creates transactions automatically for React Navigation v4 and v5; creates spans automatically for XHR and Fetch
15
+
-[Performance Monitoring](/product/performance/) creates transactions automatically for React Navigation v4 and above; creates spans automatically for XHR and Fetch
16
16
- Under the hood the SDK relies on our [JavaScript SDK](/platforms/javascript/), which makes all functions available for JavaScript also available in this SDK
17
17
- On Device symbolication for JavaScript (in Debug)
Copy file name to clipboardExpand all lines: src/platforms/react-native/migration.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ if (Platform.OS === "android") {
50
50
51
51
## React Navigation Instrumentation from <2.3.0
52
52
53
-
We changed the initialization method for the React Navigation V5 routing instrumentation to avoid a potential issue when using linking. You now register the navigation container inside the `onReady` prop passed to the `NavigationContainer`.
53
+
We changed the initialization method for the React Navigation v5 and above routing instrumentation to avoid a potential issue when using linking. You now register the navigation container inside the `onReady` prop passed to the `NavigationContainer`.
0 commit comments