@octoper/adonisjs-sentry
v0.1.1-0
Published
Sentry provider for AdonisJS 6
Downloads
3
Readme
@octoper/adonisjs-sentry
[!WARNING] This package is under construction, use it at your own risk.
Sentry SDK for AdonisJS
This is an unofficial Sentry SDK for AdonisJS framework
Installation
Install the @octoper/adonisjs-sentry
package from the NPM package registry
npm i @octoper/adonisjs-sentry
Configure
Once done, you must run the following command to configure the Sentry SDK package.
node ace configure @octoper/adonisjs-sentry
# With Sentry DSN
node ace configure @octoper/adonisjs-sentry --dsn="https://..."
Thanks
This projects uses the adonisjs/pkg-starter-kit template and relied on all the official AdonisJS packages on how to create it.
- @thetutlage - for creating AdonisJS
- @reg2005 - for creating adonis5-sentry
License
This package is open-sourced software licensed under the MIT license.