JSPM

  • Created
  • Published
  • Downloads 102308
  • Score
    100M100P100Q165727F
  • License MIT

Universal (Browser & Node) JavaScript error notifier for Honeybadger.io

Package Exports

  • @honeybadger-io/js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@honeybadger-io/js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Honeybadger for JavaScript

Node CI npm version deploy

Universal JavaScript library for integrating apps with the ⚡ Honeybadger Error Notifier.

Note: This is the alpha release of the @honeybadger-io/js package. See the v2-stable branch for the current honeybadger-js package.

Documentation and Support

For comprehensive documentation and support, check out our documentation site.

Changelog

See https://github.com/honeybadger-io/honeybadger-js/blob/master/CHANGELOG.md

Contributing

  1. Fork it.
  2. Create a topic branch git checkout -b my_branch
  3. Commit your changes git commit -am "Boom"
  4. Push to your branch git push origin my_branch
  5. Send a pull request

Development

  1. Run npm install.
  2. To run the test suite by itself, use npm test.
  3. To run the tests across all supported platforms, set up a BrowserStack account and use BROWSERSTACK_USERNAME=your_username BROWSERSTACK_ACCESS_KEY=your-access-key npm run test:integration.

Releasing

Releasing is done with two commands: npm version and npm publish. Both commands should be used with care. The npm publish command publishes to NPM and to our js.honeybadger.io CDN (hosted on AWS via S3/CloudFront).

For the CDN release, make sure you have the following environment variable available in your shell:

export HONEYBADGER_JS_S3_BUCKET=honeybadger-js
export HONEYBADGER_DISTRIBUTION_ID=cloudfront-id

AWS credentials are read from ~/.aws/credentials, using the default profile.

To perform a full release:

  1. With a clean working tree, use npm version [new version] to bump the version, commit the changes, tag the release, and push to GitHub. See npm help version for documentation.

  2. To publish the release, use npm publish. See npm help publish for documentation.

If the CDN release fails for some reason (bad AWS credentials, for instance), re-run the release manually with npm run release-cdn.

License

The Honeybadger gem is MIT licensed. See the MIT-LICENSE file in this repository for details.



We use BrowserStack to run our automated integration tests on multiple platforms in CI.