Skip to content

Commit cd7ad49

Browse files
authored
replay: avoid copy paste mistake without reading docs (#11117)
* replay: avoid copy paste mistake without reading docs * Update platform-includes/replay/privacy-configuration/javascript.mdx
1 parent d78a69d commit cd7ad49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platform-includes/replay/privacy-configuration/javascript.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ you can opt out of the default text masking and image blocking by configuring th
33

44
```javascript
55
Sentry.replayIntegration({
6+
// 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'.
67
maskAllText: false,
78
blockAllMedia: false,
89
});

0 commit comments

Comments
 (0)