This is the core JavaScript module for Opbeat.
Only use this repo if you want to implement an integration for a framework Opbeat does not support yet.
The module contains the APIs used by other JavaScript integrations like Opbeat for AngularJS and Opbeat for plain JavaScript.
If you want error logging or performance monitoring in your frontend app, you probably want to use one of our supported frontend modules. If you are looking for a module for your Node.js applications, please see Opbeat for Node.js on GitHub.
Use npm run karma
to continuously run unit tests during development.
Use npm test
to run both unit tests and e2e tests.
Use npm run prepare-patch
or npm run prepare-minor
to prepare and publish a release.
Note that you should NOT make a new commit for the release it will be done in the preparation process.
MIT
Made with