fixed misconfigured sentry

This commit is contained in:
2025-11-29 13:25:49 -05:00
parent 1aac9d8c1a
commit d1bfa035f9

View File

@@ -25,9 +25,9 @@ if (!!import.meta.env.VITE_DISABLE_GLITCHTIP) {
let environment = import.meta.env.VITE_ENVIRONMENT; let environment = import.meta.env.VITE_ENVIRONMENT;
Sentry.init({ Sentry.init({
app,
dsn: dsn, dsn: dsn,
integrations: [ integrations: [
app,
Sentry.browserTracingIntegration({ router }), Sentry.browserTracingIntegration({ router }),
], ],
tracesSampleRate: 0.01, tracesSampleRate: 0.01,