A newer version is available. For the latest information, see the
current release documentation.
RUM JS Agent version 2.x
editRUM JS Agent version 2.x
edit2.0.0 (2018-11-14)
editBREAKING CHANGES
edit- use apm-server intake/v2 (APM Server v6.5+)
Bug Fixes
edit- start page load transaction immediately after init 3b80bdb
- use pageLoadTransactionName config option d3d3587
- adopt the w3c dt header flag proposal ff0fdfc
- don’t startSpan after transaction has ended 137bd63
- filter out invalid spans c9fb0e1
- ignore apm-server xhrs 5527cca
- merging two spans related to fetching the initial document 6ee4108
- set pageLoadTraceId on page load transacton start c6510ca
- set the sync property on xhr spans 4283e85
- shorten page load config options 2550c24
- truncate active spans on transaction end a28759c
- validate DT header 5aa1cc1
Features
edit- add allowed origins for distributed tracing 0812ff7
- add DT header to same origin http requests a60d6d9
- add DT page load trace id config option 149ebaa
- add pageLoadTransactionName config option a2644df
- add parent_id to spans 21934b3
- add sampling for transactions 8105e0c
- generate random ids based on DT guidelines 8fd2581
- provide span_count.started f3effcf
- use correct id format for transactions and spans d44592e