Initial commit from monorepo
This commit is contained in:
7
sentry.server.config.ts
Normal file
7
sentry.server.config.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import * as Sentry from '@sentry/nuxt'
|
||||
|
||||
Sentry.init({
|
||||
dsn: process.env.NUXT_PUBLIC_SENTRY_DSN,
|
||||
environment: process.env.NODE_ENV || 'production',
|
||||
tracesSampleRate: 0.1
|
||||
})
|
||||
Reference in New Issue
Block a user