chore: upgrade sentry

This commit is contained in:
Carlos Valente
2024-07-20 14:20:41 +02:00
committed by Carlos Valente
parent e6e00c0d4a
commit a7fe5eceef
3 changed files with 102 additions and 89 deletions
+1 -1
View File
@@ -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,