mirror of
https://github.com/vas3k/TaxHacker.git
synced 2026-07-07 06:35:23 +08:00
6 lines
102 B
TypeScript
6 lines
102 B
TypeScript
import * as Sentry from "@sentry/nextjs"
|
|
|
|
Sentry.init({
|
|
dsn: process.env.NEXT_PUBLIC_SENTRY_DSN,
|
|
})
|