UNPKG

@rlanz/sentry

Version:

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

12 lines (11 loc) 279 B
/* * @rlanz/sentry * * (c) Romain Lanz * * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ import { getDirname } from '@poppinss/utils'; export const stubsRoot = getDirname(import.meta.url);