env
All checks were successful
Build & Deploy KLZ Cables / build-and-deploy (push) Successful in 3m34s

This commit is contained in:
2026-01-27 00:50:52 +01:00
parent f54d8277b3
commit 3b493abb3d
6 changed files with 32 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
import * as Sentry from '@sentry/nextjs';
const dsn = process.env.NEXT_PUBLIC_SENTRY_DSN;
const dsn = process.env.SENTRY_DSN;
Sentry.init({
dsn,