RUM JS Agent version 0.xedit

0.10.3 (2018-08-20)edit

Bug Fixesedit
  • check marks are greater than fetchStart 6d35eaa
Featuresedit
  • add transactionDurationThreshold config option 67f5c5d

0.10.2 (2018-08-16)edit

Bug Fixesedit
  • check for undefined span when the agent is not active 3613b01

0.10.1 (2018-08-14)edit

Bug Fixesedit
  • update elastic-apm-js-core to 0.8.1
  • filter out transactions with zero spans

0.10.0 (2018-08-07)edit

Featuresedit

0.9.1 (2018-06-22)edit

Bug Fixesedit
  • update elastic-apm-js-core to 0.7.1
  • consolidate Transaction and Error contexts

0.9.0 (2018-06-15)edit

BREAKING CHANGESedit
  • update elastic-apm-js-core to 0.7.0
  • remove timestamp on error and transaction payload
  • supporting apm-server 6.3
Bug Fixesedit
  • update span.context.http.url structure 40d6bb2

0.8.2 (2018-06-12)edit

Bug Fixesedit
  • 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.8.1 (2018-05-28)edit

Featuresedit
  • add transaction custom marks API 4d2b71b

0.8.0 (2018-05-23)edit

BREAKING CHANGESedit
  • rename hasRouterLibrary to sendPageLoadTransaction

0.7.0 (2018-04-30)edit

Featuresedit
  • exposed api initial draft 9187726

0.6.1 (2018-04-10)edit

Bug Fixesedit
  • update to elastic-apm-js-core 0.4.3 1e307ac

0.6.0 (2018-04-04)edit

Featuresedit

0.5.0 (2018-03-09)edit

Featuresedit

0.4.1 (2018-02-20)edit

Bug Fixesedit
  • send page load metrics even after load event abe3680
Featuresedit
  • 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)edit

Featuresedit
  • 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.3.0 (2018-01-11)edit

Bug Fixesedit
  • ApmBase: Disable the module if running on nodejs 2bf4199
  • upgrade to elastic-apm-js-core 0.1.7 325a918
Featuresedit
  • add captureError to ApmBase 04436b4
  • add setUserContext and setCustomContext 86b4ccc

0.2.0 (2017-12-20)edit

BREAKING CHANGESedit
  • init returns ApmServer instance instead of ServiceFactory

0.1.1 (2017-12-20)edit

Bug Fixesedit

0.1.0 (2017-12-13)edit

BREAKING CHANGESedit
  • upgrading to apm-agent-js-core@0.1.0 150bc66
  • rename apiOrigin to serverUrl
  • rename app to service