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