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

6 lines
77 B
TypeScript
Raw Normal View History

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