Skip to content

Commit

Permalink
Enabled sentry console integration
Browse files Browse the repository at this point in the history
  • Loading branch information
f213 committed Nov 17, 2024
1 parent 74a89a5 commit 82ea77b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ if (process.env.NODE_ENV === 'production') {
Sentry.init({
app,
dsn: 'https://[email protected]/4504038554664960',
integrations: [Sentry.browserTracingIntegration({ router })],
integrations: [
Sentry.browserTracingIntegration({ router }),
Sentry.captureConsoleIntegration(),
],
tracesSampleRate: 1.0,
tracePropagationTargets: [
'localhost',
Expand Down

0 comments on commit 82ea77b

Please sign in to comment.