Hopefully add sentry to cd builds
This commit is contained in:
parent
b2418d5384
commit
abdfcd879d
2 changed files with 6 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ const history = createBrowserHistory();
|
|||
|
||||
Sentry.init({
|
||||
dsn: import.meta.env.VITE_SENTRY_DSN,
|
||||
environment: import.meta.env.VITE_SENTRY_ENVIRONMENT ?? "production",
|
||||
integrations: [
|
||||
new Integrations.BrowserTracing({
|
||||
routingInstrumentation: Sentry.reactRouterV5Instrumentation(history),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue