We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f08690d commit f0819dfCopy full SHA for f0819df
docs/platforms/apple/guides/ios/session-replay/customredact.mdx
@@ -27,7 +27,7 @@ Let's say you have a custom view that you want to mask and a `UILabel` subclass
27
28
## Mask by View Instance
29
30
-You can also choose to mask or unmask a specific view instance by using the [replay API](/api/replays/) or view extensions like this:
+You can also choose to mask or unmask a specific view instance by using the replay API (SentrySDK.replay) or view extensions like this:
31
32
```swift
33
SentrySDK.replay.maskView(view: view)
0 commit comments