feat(api): add sentry event route

This commit is contained in:
Shaun Hamilton
2025-01-02 10:00:41 +00:00
committed by Mrugesh Mohapatra
parent 4d4e617b7d
commit 55deb556ce
7 changed files with 65 additions and 1 deletions

View File

@@ -135,6 +135,8 @@ export const FCC_ENABLE_SHADOW_CAPTURE =
process.env.FCC_ENABLE_SHADOW_CAPTURE === 'true';
export const FCC_ENABLE_EXAM_ENVIRONMENT =
process.env.FCC_ENABLE_EXAM_ENVIRONMENT === 'true';
export const FCC_ENABLE_SENTRY_ROUTES =
process.env.FCC_ENABLE_SENTRY_ROUTES === 'true';
export const SENTRY_DSN =
process.env.SENTRY_DSN === 'dsn_from_sentry_dashboard'
? ''