Skip to content

Commit 48c12d2

Browse files
authored
Update docs/platforms/apple/guides/ios/session-replay/customredact.mdx
1 parent f0819df commit 48c12d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms/apple/guides/ios/session-replay/customredact.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Let's say you have a custom view that you want to mask and a `UILabel` subclass
2727

2828
## Mask by View Instance
2929

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:
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:
3131

3232
```swift
3333
SentrySDK.replay.maskView(view: view)

0 commit comments

Comments
 (0)