Re enable text on replays

This commit is contained in:
loucass003
2025-03-26 21:26:27 +01:00
parent 14011a8246
commit 0cecc6e4c5

View File

@@ -32,7 +32,7 @@ export function getSentryOrCompute(enabled = false) {
}),
Sentry.browserProfilingIntegration(),
Sentry.replayIntegration({
maskAllText: true,
maskAllText: false,
maskAllInputs: true,
blockAllMedia: false,
}),