Skip to content

Commit

Permalink
fix: upgrade to v8 sentry call
Browse files Browse the repository at this point in the history
  • Loading branch information
mplewis committed Dec 14, 2024
1 parent 1b502b2 commit c7fdaf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/lib/sentry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function main() {
Sentry.init({
dsn,
environment,
integrations: [new Sentry.BrowserTracing()],
integrations: [Sentry.browserTracingIntegration()],
tracesSampleRate: 1.0,
})
}
Expand Down

0 comments on commit c7fdaf0

Please sign in to comment.