UNPKG

@rlanz/sentry

Version:

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

7 lines (6 loc) 212 B
import type { ApplicationService } from '@adonisjs/core/types'; export default class SentryProvider { protected app: ApplicationService; constructor(app: ApplicationService); boot(): Promise<void>; }