UNPKG

@rlanz/sentry

Version:

A wrapper around the Sentry SDK to make it easier to use in a AdonisJS application

9 lines (8 loc) 188 B
import * as Sentry from '@sentry/node'; export interface SentryConfig extends Sentry.NodeOptions { /** * Enable or disable Sentry */ enabled: boolean; dsn: string; }