Skip to content

Commit 52b7d96

Browse files
committed
chore: disable sentry replays for now
1 parent 70dfd2a commit 52b7d96

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

frontend/src/ts/sentry.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ export async function activateSentry(): Promise<void> {
2626
environment: envConfig.isDevelopment ? "development" : "production",
2727
integrations: [
2828
Sentry.browserTracingIntegration(),
29-
Sentry.replayIntegration({
30-
unmask: ["#notificationCenter"],
31-
block: ["#commandLine .modal .suggestions"],
32-
}),
29+
// Sentry.replayIntegration({
30+
// unmask: ["#notificationCenter"],
31+
// block: ["#commandLine .modal .suggestions"],
32+
// }),
3333
Sentry.thirdPartyErrorFilterIntegration({
3434
filterKeys: ["monkeytype-frontend"],
3535
// Defines how to handle errors that contain third party stack frames.

0 commit comments

Comments
 (0)