From fa578efee4d038e8a81f3e9b80503ab96dd04eb3 Mon Sep 17 00:00:00 2001 From: Dave Richer Date: Mon, 8 Jul 2024 12:32:54 -0400 Subject: [PATCH] - Vite config was using a new on BrowserTracing when not required, causing a failed built product. Signed-off-by: Dave Richer --- client/src/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/index.jsx b/client/src/index.jsx index 79cca3cd9..1853f31fd 100644 --- a/client/src/index.jsx +++ b/client/src/index.jsx @@ -45,7 +45,7 @@ if (import.meta.env.PROD) { maskAllText: false, blockAllMedia: true }), - new Sentry.browserTracingIntegration() + Sentry.browserTracingIntegration() ], tracePropagationTargets: [ "api.imex.online",