Skip to content

Commit 2fc096a

Browse files
committed
Cleanup
1 parent 3443941 commit 2fc096a

2 files changed

Lines changed: 2 additions & 9 deletions

File tree

nuxt.config.ts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,8 @@ export default defineNuxtConfig({
2121
},
2222
pageTransition: { name: 'page', mode: 'out-in' }
2323
},
24-
sentry: {
25-
org: 'taskar-center-at-uw',
26-
project: 'workspaces-frontend',
27-
authToken: process.env.VITE_SENTRY_AUTH_TOKEN,
28-
debug: (process.env.ENV === 'dev' || process.env.ENV === 'local'),
29-
environment: process.env.ENV || 'unknown',
30-
},
3124
css: [
3225
'~/assets/scss/main.scss'
3326
],
34-
3527
compatibilityDate: '2024-10-24',
36-
})
28+
})

sentry.client.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import * as Sentry from '@sentry/nuxt'
22

33
Sentry.init({
44
dsn: 'https://59072b36b884fee8ff9a54c33b3c4557@o4510431738200064.ingest.us.sentry.io/4510546162614272',
5+
environment: process.env.ENV || 'unknown',
56
integrations: [
67
Sentry.consoleLoggingIntegration({
78
levels: ['log', 'warn', 'error'],

0 commit comments

Comments
 (0)