Skip to content

Commit

Permalink
Pretty sure this was following the Sentry docs... oh well...
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesremuscat committed Feb 29, 2024
1 parent 1214b18 commit 33b6fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (process.env.REACT_APP_SENTRY_DSN) {
dsn: process.env.REACT_APP_SENTRY_DSN,
environment: process.env.NODE_ENV,
integrations: [
new Sentry.browserTracingIntegration(),
Sentry.browserTracingIntegration(),
Sentry.replayIntegration()
],
release: process.env.REACT_APP_COMMIT_REF || 'dev',
Expand Down

0 comments on commit 33b6fb6

Please sign in to comment.