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: docs/platforms/react-native/overhead/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ The SDK also provides methods to manually capture events: <PlatformLink to="/usa
22
22
23
23
## Screenshots and View Hierarchy
24
24
25
-
If you activate these features, the SDK will capture <PlatformLinkto="/enriching-events/screenshots">Screenshots</PlatformLink> and <PlatformLinkto="/enriching-events/viewhierarchy">View Hierarchy</PlatformLink> of the app's UI at the time of the error crash. This incurs a small overhead that is unnoticeable during normal operation.
25
+
If you activate these features, the SDK will capture <PlatformLinkto="/enriching-events/screenshots">Screenshots</PlatformLink> and <PlatformLinkto="/enriching-events/viewhierarchy">View Hierarchy</PlatformLink> of the app's UI at the time of an error or crash. This incurs a small overhead that is unnoticeable during normal operation.
26
26
27
27
If your app raises many errors in a tight loop, it can become too much to process quickly enough, and UI jank can be the result, so make sure you handle such cases appropriately.
0 commit comments