@@ -1,3 +1,3 @@
{
- "value": "20231107162542"
+ "value": "20231107163259"
}
@@ -36,7 +36,10 @@ async function bootstrap() {
new Sentry.BrowserTracing({
routingInstrumentation: Sentry.vueRouterInstrumentation(router),
}),
- new Sentry.Replay(),
+ new Sentry.Replay({
+ maskAllText: false,
+ blockAllMedia: false,
+ }),
],
tracesSampleRate: 1.0,
replaysSessionSampleRate: 0.1,