mirror of
https://github.com/vas3k/TaxHacker.git
synced 2026-01-14 01:40:07 -06: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,
|
|
})
|