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 75dd791 commit ed24f7fCopy full SHA for ed24f7f
frontend/src/ts/sentry.ts
@@ -15,6 +15,7 @@ export function init(): void {
15
Sentry.browserTracingIntegration(),
16
Sentry.replayIntegration({
17
unmask: ["#notificationCenter"],
18
+ block: ["#commandLine .modal .suggestions"],
19
}),
20
Sentry.thirdPartyErrorFilterIntegration({
21
filterKeys: ["monkeytype-frontend"],
0 commit comments