2
0
Files
bot/apps/viewer/sentry.edge.config.ts
2023-10-07 12:40:43 +02:00

7 lines
172 B
TypeScript

import * as Sentry from '@sentry/nextjs'
Sentry.init({
dsn: process.env.NEXT_PUBLIC_SENTRY_DSN,
release: process.env.NEXT_PUBLIC_VERCEL_GIT_COMMIT_SHA + '-viewer',
})