Skip to content

Commit

Permalink
return back replay integration
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexEbenrode committed Oct 11, 2024
1 parent 4d154b7 commit c9e238f
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.replayIntegration(),
],
tracesSampleRate: 1.0,
tracePropagationTargets: [
'localhost',
Expand Down

0 comments on commit c9e238f

Please sign in to comment.