feat: remove blockAllMedia option from Sentry replay integration
This commit is contained in:
parent
f09336dde4
commit
177f7dcb50
1 changed files with 0 additions and 1 deletions
|
|
@ -10,7 +10,6 @@ export const initializeSentryClient = (environment: string, dsn: string) =>
|
|||
Sentry.replayIntegration({
|
||||
maskAllText: false,
|
||||
maskAllInputs: true,
|
||||
blockAllMedia: true,
|
||||
|
||||
// Manual Masking
|
||||
mask: ['.sentry-mask', '[data-sentry-mask]'],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue