sentry-adonis-v6
Version:
Sentry provider for adonisjs v6 framework
13 lines (12 loc) • 360 B
JavaScript
/*
* @adonisjs/mail
*
* (c) AdonisJS
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
export { configure } from './configure.js';
export { stubsRoot } from './stubs/main.js';
export { Sentry } from './src/sentry.js';
export { defineConfig } from './src/define_config.js';