| import * as Sentry from '@sentry/node' | |
| export function initSentry() { | |
| // Sentry disabled - not in allowed environment variables | |
| console.info('[SENTRY] Error tracking disabled') | |
| } | |
| export {Sentry} | |
| import * as Sentry from '@sentry/node' | |
| export function initSentry() { | |
| // Sentry disabled - not in allowed environment variables | |
| console.info('[SENTRY] Error tracking disabled') | |
| } | |
| export {Sentry} | |