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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.0
    1
  • 1.1.0
    1
  • 1.0.0
    0

Package Sidebar

Install

npm i jovo-plugin-raven

Weekly Downloads

2

Version

2.0.0

License

MIT

Unpacked Size

4.37 kB

Total Files

6

Last publish

Collaborators

  • fgnass