Skip to content
This repository was 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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

eda2941 · Sep 8, 2017
Oct 18, 2016
Apr 5, 2017
Sep 8, 2017
Aug 3, 2017
Aug 9, 2016
Mar 28, 2017
Sep 8, 2017
Oct 27, 2015
Apr 5, 2017
Feb 3, 2017
Mar 20, 2017
Sep 8, 2017

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.