2
0
Files
bot/apps/viewer/sentry.edge.config.ts

7 lines
172 B
TypeScript
Raw Permalink Normal View History

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',
})