mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-10 16:48:40 +08:00
chore: unmask notifications in sentry
This commit is contained in:
parent
c2f6ec846b
commit
c2f20290d7
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue