chore: fix ui and add "Get Help" button (#27)

* chore: fix ui and add "Get Help" button

* fix: fix instrumentation client
This commit is contained in:
Abhishek 2025-10-07 17:40:01 +05:30 committed by GitHub
parent e9c0afd517
commit 795f0be80e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 92 additions and 109 deletions

View file

@ -5,8 +5,7 @@
import * as Sentry from "@sentry/nextjs";
// Only initialize Sentry if explicitly enabled and DSN is provided
const enableSentry = process.env.NEXT_PUBLIC_ENABLE_SENTRY === 'true' &&
process.env.NEXT_PUBLIC_SENTRY_DSN;
const enableSentry = process.env.NEXT_PUBLIC_SENTRY_DSN;
if (enableSentry) {
Sentry.init({