UNPKG

@rlanz/sentry

Version:

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

13 lines (12 loc) 362 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. */ export { Sentry } from './src/sentry.js'; export { configure } from './configure.js'; export { stubsRoot } from './stubs/main.js'; export { defineConfig } from './src/define_config.js';