jovo-plugin-raven

2.0.0 • Public • Published

Sentry integration for the Jovo Framework

Build Status

Jovo Plugin that sends errors to a Sentry server using Raven.

Usage

const { App } = require('jovo-framework');
const Raven = require('raven');
const RavenPlugin = require('jovo-plugin-raven');
 
const app = new App();
 
const dsn = 'https://abc:123@example.com/1';
const opts = {
  // see:
  // https://docs.sentry.io/clients/node/config/#optional-settings
};
 
app.register('RavenPlugin', new RavenPlugin(dsn, opts));

License

MIT

Dependents (0)

Package Sidebar

Install

npm i jovo-plugin-raven

Weekly Downloads

4

Version

2.0.0

License

MIT

Unpacked Size

4.37 kB

Total Files

6

Last publish

Collaborators

  • fgnass