Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
/ opbeat-js-core Public archive

Core module used by other Opbeat modules. For integration developers only.

License

Notifications You must be signed in to change notification settings

opbeat/opbeat-js-core

Repository files navigation

Opbeat for JavaScript core (for development)

Build status js-standard-style

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.

Development

Use npm run karma to continuously run unit tests during development.

Use npm test to run both unit tests and e2e tests.

Making a release

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.

License

MIT


Made with ♥️ and ☕️ by Opbeat and our community.