chore: disable sentry replays for now

This commit is contained in:
Miodec 2025-11-06 20:21:12 +01:00
parent 70dfd2aa6c
commit 52b7d963b9

View file

@ -26,10 +26,10 @@ export async function activateSentry(): Promise<void> {
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.