@honeybadger-io/core
v6.6.0
Published
JavaScript error notifier for Honeybadger.io
Downloads
252,961
Readme
Honeybadger for JavaScript - core package
Universal JavaScript library for integrating apps with the :zap: Honeybadger Error Notifier.
Usage
You shouldn't need to use this package directly. This package serves as the core implementation of a Honeybadger client for our packages written in JavaScript.
Development
Everything is written in Typescript and transpiled to es6 (see tsconfig.base.json
) with npm run build
.
Other packages are responsible to bundle for different browsers/environments/frameworks.
Run tests with npm test
.
License
This package is MIT licensed. See the MIT-LICENSE file in this folder for details.