Skip to content

Commit

Permalink
replay: avoid copy paste mistake without reading docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-garcia authored Aug 16, 2024
1 parent 9f539aa commit a119247
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ you can opt out of the default text masking and image blocking by configuring th

```javascript
Sentry.replayIntegration({
// NOTE: This will disable built-in masking. Look at other options opt-in to masking sensitive data
maskAllText: false,
blockAllMedia: false,
});
Expand Down

0 comments on commit a119247

Please sign in to comment.