- rename to @monti-apm/core
- rewrite to typescript
- minimum Node version raised from 4 to 8
- rename Kadira export to Monti
May 23, 2022
- Fix publishing 1.7.4
May 23, 2022
- Improve handling of errors in sendData
July 28, 2021
- Increase maximum body size
March 24, 2021
- Remove dependency on regenerator
March 22, 2021
- Remove dependency on babel-runtime
March 15, 2021
- Remove request and babel-runtime dependencies
- Add
Kadira.get(path, options)
August 12, 2020
- Add
agentVersion
option to send agent version in header
August 4, 2020
- Update dependencies
- Remove dependency on bluebird
- Replace fetch with axios
August 6, 2018
- Add sendStream() api
- Remove isomorphic-fetch and implements our own isomorphism.
- Handle HTTP request errors. These are the errors coming from the request module.
- Add getJob() api
- Remove bluebird and just use babel's Promise
- Using request instead of isomorphic-fetch as the transport
- First major release