- 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:
@@ -45,7 +45,7 @@ if (import.meta.env.PROD) {
|
||||
maskAllText: false,
|
||||
blockAllMedia: true
|
||||
}),
|
||||
new Sentry.browserTracingIntegration()
|
||||
Sentry.browserTracingIntegration()
|
||||
],
|
||||
tracePropagationTargets: [
|
||||
"api.imex.online",
|
||||
|
||||
Reference in New Issue
Block a user