mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-11 06:31:51 +08:00
chore: disable sentry replays for now
This commit is contained in:
parent
70dfd2aa6c
commit
52b7d963b9
1 changed files with 4 additions and 4 deletions
|
|
@ -26,10 +26,10 @@ export async function activateSentry(): Promise<void> {
|
|||
environment: envConfig.isDevelopment ? "development" : "production",
|
||||
integrations: [
|
||||
Sentry.browserTracingIntegration(),
|
||||
Sentry.replayIntegration({
|
||||
unmask: ["#notificationCenter"],
|
||||
block: ["#commandLine .modal .suggestions"],
|
||||
}),
|
||||
// Sentry.replayIntegration({
|
||||
// unmask: ["#notificationCenter"],
|
||||
// block: ["#commandLine .modal .suggestions"],
|
||||
// }),
|
||||
Sentry.thirdPartyErrorFilterIntegration({
|
||||
filterKeys: ["monkeytype-frontend"],
|
||||
// Defines how to handle errors that contain third party stack frames.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue