6 lines
77 B
TypeScript
6 lines
77 B
TypeScript
import * as Sentry from '@sentry/nextjs'
|
|
|
|
Sentry.init({
|
|
dsn: undefined,
|
|
})
|