This documentation contains work-in-progress information for future Elastic Stack and Cloud releases. Use the version selector to view supported release docs. It also contains some Elastic Cloud serverless information. Check out our serverless docs for more details.
RUM JS Agent version 0.x
editRUM JS Agent version 0.x
edit0.10.3 (2018-08-20)
editBug Fixes
edit- check marks are greater than fetchStart 6d35eaa
Features
edit- add transactionDurationThreshold config option 67f5c5d
0.10.1 (2018-08-14)
editBug Fixes
edit- update elastic-apm-js-core to 0.8.1
- filter out transactions with zero spans
0.9.1 (2018-06-22)
editBug Fixes
edit- update elastic-apm-js-core to 0.7.1
- consolidate Transaction and Error contexts
0.9.0 (2018-06-15)
editBREAKING CHANGES
edit- update elastic-apm-js-core to 0.7.0
- remove timestamp on error and transaction payload
- supporting apm-server 6.3
Bug Fixes
edit- update span.context.http.url structure 40d6bb2
0.8.2 (2018-06-12)
editBug Fixes
edit- update elastic-apm-js-core 0.6.2 b3807e0
- remove marks before fetchStart to align with resource spans
- spans generated from navigation and resource timing apis
0.4.1 (2018-02-20)
editBug Fixes
edit- send page load metrics even after load event abe3680
Features
edit- upgrade to elastic-apm-js-core 0.2.2 c2a6469
- enforce server string limit
- set descriptive names for navigation timing spans
0.4.0 (2018-02-07)
editFeatures
edit- Remove elastic-apm-js-zone dependency (Reducing the size of the bundle)
- Use es6-promise
- Queue Errors and Transactions before sending
- Throttle adding Errors and Transactions
0.2.0 (2017-12-20)
editBREAKING CHANGES
edit- init returns ApmServer instance instead of ServiceFactory
0.1.0 (2017-12-13)
editBREAKING CHANGES
edit- upgrading to [email protected] 150bc66
- rename apiOrigin to serverUrl
- rename app to service