Skip to content

Commit c2f2029

Browse files
committed
chore: unmask notifications in sentry
1 parent c2f6ec8 commit c2f2029

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

frontend/src/ts/sentry.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ export function init(): void {
1010
sendDefaultPii: true,
1111
integrations: [
1212
Sentry.browserTracingIntegration(),
13-
Sentry.replayIntegration(),
13+
Sentry.replayIntegration({
14+
unmask: ["#notificationCenter"],
15+
}),
1416
Sentry.thirdPartyErrorFilterIntegration({
1517
filterKeys: ["monkeytype-frontend"],
1618
// Defines how to handle errors that contain third party stack frames.

0 commit comments

Comments
 (0)