mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 13:25:18 +00: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,
|
|
})
|