mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-11 18:33:53 +00:00
chore: upgrade sentry
This commit is contained in:
committed by
Carlos Valente
parent
e6e00c0d4a
commit
a7fe5eceef
@@ -38,7 +38,7 @@ const sentryRecommendedIgnore = [
|
||||
|
||||
Sentry.init({
|
||||
dsn: 'https://5e4d2c4b57ab409cb98d4c08b2014755@o4504288369836032.ingest.sentry.io/4504288371343360',
|
||||
integrations: [new Sentry.BrowserTracing()],
|
||||
integrations: [Sentry.browserTracingIntegration()],
|
||||
tracesSampleRate: 0.3,
|
||||
release: ONTIME_VERSION,
|
||||
enabled: import.meta.env.PROD,
|
||||
|
||||
Reference in New Issue
Block a user