Skip to content

Commit 012bd8b

Browse files
Update docs/platforms/apple/common/overhead/index.mdx
Co-authored-by: Philipp Hofmann <[email protected]>
1 parent 927bc71 commit 012bd8b

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/apple/common/overhead

1 file changed

+1
-1
lines changed

docs/platforms/apple/common/overhead/index.mdx

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

2525
## Screenshots and View Hierarchy
2626

27-
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.
27+
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.
2828

2929
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. The SDK provides callbacks to fine-tune when to capture <PlatformLink to="/enriching-events/screenshots#customize-screenshot-capturing">Screenshots</PlatformLink> and <PlatformLink to="/enriching-events/viewhierarchy#customize-view-hierarchy-capturing">View Hierarchy</PlatformLink>, which can also be used to reduce performance impact in scenarios where you don't need screenshots or view hierarchies.
3030

0 commit comments

Comments
 (0)