Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Change redactAllText and redactAllImages to maskAllText and maskAllIm…
…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
commit 204a8176e0dfb20a2f3c7e9cd7272bd2b731d6db
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
Loading