Skip to content

Commit b2dcc07

Browse files
author
Karl Heinz Struggl
committed
update
1 parent c6717fb commit b2dcc07

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/react-native/overhead

1 file changed

+1
-1
lines changed

docs/platforms/react-native/overhead/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The SDK also provides methods to manually capture events: <PlatformLink to="/usa
2222

2323
## Screenshots and View Hierarchy
2424

25-
If you activate these features, the SDK will capture <PlatformLink to="/enriching-events/screenshots">Screenshots</PlatformLink> and <PlatformLink to="/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 <PlatformLink to="/enriching-events/screenshots">Screenshots</PlatformLink> and <PlatformLink to="/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.
2626

2727
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.
2828

0 commit comments

Comments
 (0)