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