Skip to content

Commit 9326778

Browse files
authored
replay mobile iOS not experimental (#12249)
1 parent a925029 commit 9326778

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ You can choose which type of view you want to mask or unmask by using the `maske
2222
Let's say you have a custom view that you want to mask and a `UILabel` subclass (which normally would be masked) that you don't want to mask. You can set the options like this:
2323

2424
```swift
25-
options.experimental.sessionReplay.maskedViewClasses = [MyCustomView.self]
26-
options.experimental.sessionReplay.unmaskedViewClasses = [MyCustomLabel.self]
25+
options.sessionReplay.maskedViewClasses = [MyCustomView.self]
26+
options.sessionReplay.unmaskedViewClasses = [MyCustomLabel.self]
2727
```
2828

2929
## Mask by View Instance

0 commit comments

Comments
 (0)