Skip to content

Commit

Permalink
Change redactAllText and redactAllImages to maskAllText and maskAllIm…
Browse files Browse the repository at this point in the history
…ages (#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
  • Loading branch information
ademirev authored Feb 4, 2025
1 parent 0e114fb commit 77ef7e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/platforms/apple/guides/ios/session-replay/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ If you encounter any data not being redacted with the default settings, please l
To disable redaction altogether (not to be used on applications with sensitive data):

```swift
options.sessionReplay.redactAllText = false
options.sessionReplay.redactAllImages = false
options.sessionReplay.maskAllText = false
options.sessionReplay.maskAllImages = false
```

## Error Linking
Expand Down

0 comments on commit 77ef7e5

Please sign in to comment.