Skip to content

Commit

Permalink
replay: avoid copy paste mistake without reading docs (#11117)
Browse files Browse the repository at this point in the history
* replay: avoid copy paste mistake without reading docs

* Update platform-includes/replay/privacy-configuration/javascript.mdx
  • Loading branch information
bruno-garcia authored Sep 11, 2024
1 parent d78a69d commit cd7ad49
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. Only use this if your site has no sensitive data, or if you've already set up other options for masking or blocking relevant data, such as 'ignore', 'block', 'mask' and 'maskFn'.
maskAllText: false,
blockAllMedia: false,
});
Expand Down

0 comments on commit cd7ad49

Please sign in to comment.