diff --git a/frontend/src/ts/sentry.ts b/frontend/src/ts/sentry.ts index f65725930..5ac6d5eb6 100644 --- a/frontend/src/ts/sentry.ts +++ b/frontend/src/ts/sentry.ts @@ -26,10 +26,10 @@ export async function activateSentry(): Promise { environment: envConfig.isDevelopment ? "development" : "production", integrations: [ Sentry.browserTracingIntegration(), - Sentry.replayIntegration({ - unmask: ["#notificationCenter"], - block: ["#commandLine .modal .suggestions"], - }), + // Sentry.replayIntegration({ + // unmask: ["#notificationCenter"], + // block: ["#commandLine .modal .suggestions"], + // }), Sentry.thirdPartyErrorFilterIntegration({ filterKeys: ["monkeytype-frontend"], // Defines how to handle errors that contain third party stack frames.