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

6 lines
77 B
TypeScript

import * as Sentry from '@sentry/nextjs'
Sentry.init({
dsn: undefined,
})