chore: unmask notifications in sentry

This commit is contained in:
Miodec 2025-04-30 07:47:28 +02:00
parent c2f6ec846b
commit c2f20290d7

View file

@ -10,7 +10,9 @@ export function init(): void {
sendDefaultPii: true,
integrations: [
Sentry.browserTracingIntegration(),
Sentry.replayIntegration(),
Sentry.replayIntegration({
unmask: ["#notificationCenter"],
}),
Sentry.thirdPartyErrorFilterIntegration({
filterKeys: ["monkeytype-frontend"],
// Defines how to handle errors that contain third party stack frames.