octoper / adonisjs-sentry

Sentry SDK for AdonisJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@octoper/adonisjs-sentry


gh-workflow-image npm-image license-image

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

# pnpm
pnpm add @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.

License

This package is open-sourced software licensed under the MIT license.

About

Sentry SDK for AdonisJS

License:MIT License


Languages

Language:TypeScript 85.7%Language:JavaScript 14.3%