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

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 2, 2025
1 parent 09db0a2 commit 204a817
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 204a817

Please sign in to comment.