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 c2f6ec8 commit c2f2029Copy full SHA for c2f2029
frontend/src/ts/sentry.ts
@@ -10,7 +10,9 @@ export function init(): void {
10
sendDefaultPii: true,
11
integrations: [
12
Sentry.browserTracingIntegration(),
13
- Sentry.replayIntegration(),
+ Sentry.replayIntegration({
14
+ unmask: ["#notificationCenter"],
15
+ }),
16
Sentry.thirdPartyErrorFilterIntegration({
17
filterKeys: ["monkeytype-frontend"],
18
// Defines how to handle errors that contain third party stack frames.
0 commit comments