Skip to content

Commit

Permalink
fix: Fix forgotton Sentry SDK migration in renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
BYK committed Aug 14, 2024
1 parent 3986068 commit 728b4ac
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/electron/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 728b4ac

Please sign in to comment.