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
@@ -13,7 +13,7 @@
"@fontsource/open-sans": "^5.0.28",
"@mantine/hooks": "^7.6.2",
"@react-icons/all-files": "^4.1.0",
"@sentry/react": "^7.92.0",
"@sentry/react": "^8.19.0",
"@tanstack/react-query": "^5.17.9",
"@tanstack/react-query-devtools": "^5.17.9",
"@tanstack/react-table": "^8.11.3",
+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,