fixed misconfigured sentry
This commit is contained in:
@@ -25,9 +25,9 @@ if (!!import.meta.env.VITE_DISABLE_GLITCHTIP) {
|
||||
let environment = import.meta.env.VITE_ENVIRONMENT;
|
||||
|
||||
Sentry.init({
|
||||
app,
|
||||
dsn: dsn,
|
||||
integrations: [
|
||||
app,
|
||||
Sentry.browserTracingIntegration({ router }),
|
||||
],
|
||||
tracesSampleRate: 0.01,
|
||||
|
||||
Reference in New Issue
Block a user