0.2.1 • Published 10 years ago

minilog-airbrake v0.2.1

Weekly downloads
9
License
MIT
Repository
github
Last release
10 years ago

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' })); 
0.2.1

10 years ago

0.2.0

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

11 years ago