MOHAN 09d2039cf0 Don't require SENTRY_DSN to boot in production
A missing Sentry DSN meant "no error tracking configured yet," not
"the API should refuse to start" — but env validation treated it as
the latter, hard-failing startup in production if it wasn't set.
Sentry initialization was already conditional on SENTRY_DSN being
present (src/main.ts), so this only affects the boot-time validation
gate, not whether Sentry actually turns on when configured.
2026-08-26 23:58:46 +05:30
2026-02-24 21:45:18 +00:00
2026-07-22 18:37:28 +05:30
2026-03-14 08:51:16 -04:00
2026-03-18 02:10:30 +00:00
2026-02-24 21:45:18 +00:00
2026-02-24 21:45:18 +00:00
2026-03-14 08:51:16 -04:00
2026-02-24 21:45:18 +00:00
2026-02-24 21:45:18 +00:00
2026-03-14 08:51:16 -04:00
Description
No description provided
1.2 MiB
Languages
TypeScript 85%
JavaScript 14.9%
Dockerfile 0.1%