UNPKG

@rlanz/sentry

Version:

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

6 lines (5 loc) 213 B
import type { HttpContext } from '@adonisjs/core/http'; import type { NextFn } from '@adonisjs/core/types/http'; export default class SentryMiddleware { handle(ctx: HttpContext, next: NextFn): Promise<any>; }