Skip to content

Commit 0952050

Browse files
committed
fix links to screenshot options
1 parent 8af89a4 commit 0952050

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -592,20 +592,18 @@ This feature requires that tracing is enabled via <PlatformIdentifier name="trac
592592
593593
Screenshot options allow you to configure how screenshots are captured and masked when attached to error events. These options are available under `options.screenshot`.
594594
595+
Learn more about screenshot options in the <PlatformLink to="/guides/ios/enriching-events/screenshots/">Screenshots documentation</PlatformLink>.
596+
595597
<SdkOption name="screenshot.maskAllText" type="bool" defaultValue="true">
596598
597599
When enabled, all text content in screenshots is masked. This helps ensure that no sensitive text data is exposed in screenshots sent to Sentry.
598600
599-
Learn more about screenshot options in the <PlatformLink to="/enriching-events/screenshots/">Screenshots documentation</PlatformLink>.
600-
601601
</SdkOption>
602602
603603
<SdkOption name="screenshot.maskAllImages" type="bool" defaultValue="true">
604604
605605
When enabled, all images in screenshots are masked. This helps ensure that no sensitive image data is exposed in screenshots sent to Sentry.
606606
607-
Learn more about screenshot options in the <PlatformLink to="/enriching-events/screenshots/">Screenshots documentation</PlatformLink>.
608-
609607
</SdkOption>
610608
611609
<SdkOption name="screenshot.maskedViewClasses" type="array">

0 commit comments

Comments
 (0)