Files
bot/apps/viewer/sentry.client.config.js
2023-10-07 07:58:40 +02:00

6 lines
77 B
JavaScript

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