UNPKG

adonis-sentry

Version:
20 lines (14 loc) 377 B
'use strict' const Env = use('Env') module.exports = { /* |-------------------------------------------------------------------------- | API key |-------------------------------------------------------------------------- */ dsn: Env.get('SENTRY_DSN'), environment: Env.get('SENTRY_ENVIRONMENT'), options: { // captureUnhandledRejections: true } }