Skip to content

Commit

Permalink
migrate Sentry v9
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaciras committed May 17, 2024
1 parent b961554 commit 85f041b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if (window.__isSupport__ && process.env.SENTRY_DSN !== null) {
Sentry.init({
dsn: process.env.SENTRY_DSN,
integrations: [
new Sentry.BrowserTracing(),
Sentry.browserTracingIntegration()
],
tracesSampleRate: 1.0,
release: `${packageJson.name}@${packageJson.version}`,
Expand Down

0 comments on commit 85f041b

Please sign in to comment.