Skip to content

Commit

Permalink
fix sentry browser tracing integration for v8
Browse files Browse the repository at this point in the history
  • Loading branch information
fostermh committed Jul 26, 2024
1 parent 55ddcf1 commit 983da8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ if (process.env.NODE_ENV === "production")
Sentry.init({
dsn:
"https://8fd4b6885cc447c0b11aa0cb3009b0e3@o56764.ingest.sentry.io/5493983",
integrations: [new Integrations.BrowserTracing(),
integrations: [
Sentry.browserTracingIntegration(),
Sentry.replayIntegration({
// Additional SDK configuration goes in here, for example:
maskAllText: false,
Expand Down

0 comments on commit 983da8e

Please sign in to comment.