Disable text masking and media blocking
This commit is contained in:
@@ -16,7 +16,11 @@ Sentry.init({
|
||||
useLocation,
|
||||
useMatches,
|
||||
}),
|
||||
Sentry.replayIntegration(),
|
||||
Sentry.replayIntegration({
|
||||
blockAllMedia: false,
|
||||
maskAllInputs: false,
|
||||
maskAllText: false,
|
||||
}),
|
||||
],
|
||||
replaysOnErrorSampleRate: 1,
|
||||
replaysSessionSampleRate: 0.02,
|
||||
|
||||
Reference in New Issue
Block a user