- Vite config was using a new on BrowserTracing when not required, causing a failed built product.

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-07-08 12:32:54 -04:00
parent 4b6b4c0c63
commit fa578efee4

View File

@@ -45,7 +45,7 @@ if (import.meta.env.PROD) {
maskAllText: false,
blockAllMedia: true
}),
new Sentry.browserTracingIntegration()
Sentry.browserTracingIntegration()
],
tracePropagationTargets: [
"api.imex.online",