From d1bfa035f975c67a64feb12d659235e389d2c7c2 Mon Sep 17 00:00:00 2001 From: ajdj100 Date: Sat, 29 Nov 2025 13:25:49 -0500 Subject: [PATCH] fixed misconfigured sentry --- ui/src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/main.js b/ui/src/main.js index 406db2c..bed1eeb 100644 --- a/ui/src/main.js +++ b/ui/src/main.js @@ -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,