UNPKG

sentry-adonis-v6

Version:
8 lines (7 loc) 155 B
import { Sentry } from './sentry.js'; export class SentryManager { static init(options) { Sentry.init(options); return Sentry; } }