Skip to content

Commit 603fd87

Browse files
committed
fixes
1 parent 0fe9bdd commit 603fd87

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/platforms/apple/common/configuration/options.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -652,6 +652,12 @@ Session Replay options allow you to configure how session replays are recorded a
652652
653653
When enabled, uses faster but potentially incomplete view rendering for session replays. This can improve performance but may result in some views not being fully rendered in the replay.
654654
655+
<Alert level="warning">
656+
657+
We discourage using this option as it can result in incomplete or missing views in session replays, which may make debugging more difficult. Only enable this option if you understand the trade-offs and have thoroughly tested your application.
658+
659+
</Alert>
660+
655661
The default is `false`. Learn more about session replay performance in the <PlatformLink to="/session-replay/performance-overhead/">Performance Overhead</PlatformLink> documentation.
656662
657663
</SdkOption>
@@ -866,6 +872,8 @@ We recommend only changing this when the default, e.g., in security environments
866872
867873
</SdkOption>
868874
875+
## Spotlight
876+
869877
<SdkOption name="enableSpotlight" type="bool" defaultValue="false">
870878
871879
Whether to enable Spotlight for local development. Spotlight is a local development tool that allows you to inspect Sentry events locally.

0 commit comments

Comments
 (0)