We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70dfd2a commit 52b7d96Copy full SHA for 52b7d96
frontend/src/ts/sentry.ts
@@ -26,10 +26,10 @@ export async function activateSentry(): Promise<void> {
26
environment: envConfig.isDevelopment ? "development" : "production",
27
integrations: [
28
Sentry.browserTracingIntegration(),
29
- Sentry.replayIntegration({
30
- unmask: ["#notificationCenter"],
31
- block: ["#commandLine .modal .suggestions"],
32
- }),
+ // Sentry.replayIntegration({
+ // unmask: ["#notificationCenter"],
+ // block: ["#commandLine .modal .suggestions"],
+ // }),
33
Sentry.thirdPartyErrorFilterIntegration({
34
filterKeys: ["monkeytype-frontend"],
35
// Defines how to handle errors that contain third party stack frames.
0 commit comments