0.0.3 • Published 6 years ago

minilog-rollbar v0.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

Rollbar for Minilog

Build Status

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

Other options include:

  • enable/disable global uncaught exception handling (defaults to enabled)
  • set the minimum threshold of Minilog events that will be sent to Rollbar
  • adjust the stack trace length

Example

require('minilog').pipe(require('minilog-rollbar')({ accessToken: 'xxxxxx' }));