minilog-airbrake

0.2.1 • Public • Published

Airbrake for Minilog

Build Status

A consumer of Minilog events that sends event data of a minimum threshold to Airbrake.

Other options include:

  • enable/disable global uncaught exception handling (defaults to enabled)
  • set the minimum threshold of Minilog events that will be sent to Airbrake
  • adjust the stack trace length
  • allow Airbrake notification errors to be thrown and potentially halt current process

Example

require('minilog').pipe(require('minilog-airbrake')({ api_key: 'xxxxxx' })); 

/minilog-airbrake/

    Package Sidebar

    Install

    npm i minilog-airbrake

    Weekly Downloads

    3

    Version

    0.2.1

    License

    MIT

    Last publish

    Collaborators

    • samshull
    • zendesk-npm
    • vanchi