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 f0819df commit 48c12d2Copy full SHA for 48c12d2
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 (SentrySDK.replay) 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