From 8318e4ac03a952fd766271a317d46ea6c005d489 Mon Sep 17 00:00:00 2001 From: Alex Ebenrode Date: Sat, 12 Oct 2024 08:12:15 +0500 Subject: [PATCH] disable sentry replay integration --- src/main.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/main.ts b/src/main.ts index ae36fbe4..bfec9b84 100644 --- a/src/main.ts +++ b/src/main.ts @@ -21,10 +21,7 @@ if (process.env.NODE_ENV === 'production') { Sentry.init({ app, dsn: 'https://4bd3741410104a88a731d82ee59341b0@o47144.ingest.sentry.io/4504038554664960', - integrations: [ - Sentry.browserTracingIntegration({ router }), - Sentry.replayIntegration(), - ], + integrations: [Sentry.browserTracingIntegration({ router })], tracesSampleRate: 1.0, tracePropagationTargets: [ 'localhost',