0.2.1 • Published 8 years ago

book-bugsnag v0.2.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

book-bugsnag

bugsnag logger for book

var log = require('book');

// BUGSNAG_URI should be of the form https://host/key
// i.e. https://notify.bugsnag.com/88af4eba6a79c858e6c75646ea2dd6fd885caa75
log.use(bugsnag('BUGSNAG_URI'));

// log an error and it will go to bugsnag
log.error(new Error('foobar'));

Bugsnag config options

Additional bugsnag config options can be set via the query parameters.

https://notify.bugsnag.com/88af4eba6a79c858e6c75646ea2dd6fd885caa75?releaseStage=testing
0.2.1

8 years ago

0.2.0

9 years ago

0.1.1

9 years ago

0.1.0

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago