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;
|
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,
|
||||||
|
|||||||
Reference in New Issue
Block a user