fix: enable sentry on frontend (#876)

This commit is contained in:
Sergey Mankovsky
2026-02-24 17:55:14 +01:00
committed by GitHub
parent e7dd8b57d1
commit bc6bb63c32
6 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
import * as Sentry from "@sentry/nextjs";
const SENTRY_DSN = process.env.SENTRY_DSN;
const SENTRY_DSN = process.env.NEXT_PUBLIC_SENTRY_DSN;
if (SENTRY_DSN) {
Sentry.init({