Bunyan Sentry Stream
Write log to Sentry/Raven by using Bunyan
Install & Use
npm i --save
How to :
const raven = ;const bunyan = ;const sentryStream = ; const client = processenvSENTRY_DSN /* EXTRAS */ ; const simpleLogger = bunyan; // OR // const SentryStream = SentryStream; const advancedLogger = bunyan;
Contribute
npm test # start test suites (coverage + lint + mocha) npm run coverage # run the code coverage tool npm run lint # execute linter tool npm run mocha # run the tests