Skip to content

Commit ed24f7f

Browse files
committed
fix: slow commandline when searching
1 parent 75dd791 commit ed24f7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/ts/sentry.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export function init(): void {
1515
Sentry.browserTracingIntegration(),
1616
Sentry.replayIntegration({
1717
unmask: ["#notificationCenter"],
18+
block: ["#commandLine .modal .suggestions"],
1819
}),
1920
Sentry.thirdPartyErrorFilterIntegration({
2021
filterKeys: ["monkeytype-frontend"],

0 commit comments

Comments
 (0)