diff --git a/web/src/lib/sentry.ts b/web/src/lib/sentry.ts index a352ec9..4e562be 100644 --- a/web/src/lib/sentry.ts +++ b/web/src/lib/sentry.ts @@ -14,7 +14,7 @@ function main() { Sentry.init({ dsn, environment, - integrations: [new Sentry.BrowserTracing()], + integrations: [Sentry.browserTracingIntegration()], tracesSampleRate: 1.0, }) }