Skip to content

Commit 77ef7e5

Browse files
authored
Change redactAllText and redactAllImages to maskAllText and maskAllImages (#12537)
This is based on the change in getsentry/sentry-java#3741 redactAllText and redactAllImages are no longer valid in XCode, and have been replaced with maskAllText and maskAllImages
1 parent 0e114fb commit 77ef7e5

File tree

1 file changed

+2
-2
lines changed
  • docs/platforms/apple/guides/ios/session-replay

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ If you encounter any data not being redacted with the default settings, please l
7676
To disable redaction altogether (not to be used on applications with sensitive data):
7777

7878
```swift
79-
options.sessionReplay.redactAllText = false
80-
options.sessionReplay.redactAllImages = false
79+
options.sessionReplay.maskAllText = false
80+
options.sessionReplay.maskAllImages = false
8181
```
8282

8383
## Error Linking

0 commit comments

Comments
 (0)