From 52b7d963b9116ee0c368b39721c5e8c9673e38c5 Mon Sep 17 00:00:00 2001 From: Miodec Date: Thu, 6 Nov 2025 20:21:12 +0100 Subject: [PATCH] chore: disable sentry replays for now --- frontend/src/ts/sentry.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.