Socket
Book a DemoInstallSign in
Socket

book-bugsnag

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

book-bugsnag

bugsnag logger for book

latest
Source
npmnpm
Version
0.2.1
Version published
Weekly downloads
2
100%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

bugsnag

FAQs

Package last updated on 06 Aug 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts