Elastic APM JavaScript core (for development)
Cross Browser testing is provided by Sauce Labs
This is the core JavaScript module for Elastic APM.
Only use this repo if you want to implement an integration for a framework Elastic APM does not support yet.
Use our base agent for error logging and performance monitoring.
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 Elastic and our community.