- 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,
|
maskAllText: false,
|
||||||
blockAllMedia: true
|
blockAllMedia: true
|
||||||
}),
|
}),
|
||||||
new Sentry.browserTracingIntegration()
|
Sentry.browserTracingIntegration()
|
||||||
],
|
],
|
||||||
tracePropagationTargets: [
|
tracePropagationTargets: [
|
||||||
"api.imex.online",
|
"api.imex.online",
|
||||||
|
|||||||
Reference in New Issue
Block a user