Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fix syntax type
  • Loading branch information
bruno-garcia committed Jul 15, 2024
commit 6fee6d9bda76609ec0547e99afb9e6fdcc9ce2c1
2 changes: 1 addition & 1 deletion docs/platforms/react-native/session-replay/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ 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):

```
```javascript
Sentry.mobileReplayIntegration({
maskAllText: false,
maskAllImages: false,
Expand Down