From 728b4ac2e835e02c52d34033232d214a9ba0fb14 Mon Sep 17 00:00:00 2001 From: Burak Yigit Kaya Date: Wed, 14 Aug 2024 14:10:24 +0100 Subject: [PATCH] fix: Fix forgotton Sentry SDK migration in renderer --- packages/electron/src/index.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/electron/src/index.ts b/packages/electron/src/index.ts index 7ef62222..2f4ce83e 100644 --- a/packages/electron/src/index.ts +++ b/packages/electron/src/index.ts @@ -4,9 +4,8 @@ import * as Spotlight from '@spotlightjs/overlay'; Sentry.init({ dsn: 'https://192df1a78878de014eb416a99ff70269@o1.ingest.sentry.io/4506400311934976', integrations: [ - new Sentry.BrowserTracing(), - // new Sentry.BrowserProfilingIntegration(), - new Sentry.Replay({ + Sentry.browserTracingIntegration(), + Sentry.replayIntegration({ // Additional SDK configuration goes in here, for example: maskAllText: true, blockAllMedia: true,