Logger for node processes and browser applications with transports to Rollbar and Logentries
In lieu of a formal style guide, please ensure PRs follow the conventions present, and have been properly linted and tested. Feel free to open issues to discuss.
Be aware this module is tested in both browser and node runtimes.
Runs all tests, static analysis, and bundle for distribution
$ npm startRuns browser and node tests
$ npm testRuns browser tests via PhantomJS only
$ npm run test:browserRuns browser tests via SauceLabs only
$ SAUCELABS=true npm run test:browserRuns node tests only
$ npm run test:nodeRegenerate API.md docs from JSDoc comments
$ npm run docsWe're using np to simplify publishing to npm. We have two targets preconfigured, for others go ahead an use np directly.
$ npm run release:pre # prerelease $ npm run release:patch # patch release