Skip to content

Releases: newrelic/newrelic-browser-agent

v1.239.1

02 Sep 03:21
6351c9c
Compare
Choose a tag to compare

1.239.1 (2023-09-02)

Bug Fixes

v1.239.0

01 Sep 22:01
7e3b837
Compare
Choose a tag to compare

1.239.0 (2023-09-01)

Features

  • Add best effort to detect Ajax events before instantiation (#648) (2d3c9d3)
  • Add mode to enable agent to not harvest until user consent (#656) (9141a45)
  • Remove allow_bfcache flag (#652) (ec113af)
  • Removing old supportability metrics (#669) (c17d344)

Bug Fixes

v1.238.0

16 Aug 21:39
5c2ab02
Compare
Choose a tag to compare

1.238.0 (2023-08-16)

Features

Bug Fixes

  • Capture potential missing tail data for session trace (#624) (1941427)
  • Fix distributed tracing handling of empty string fetch parameter (#640) (5dca741)
  • Typo in type declarations (#634) (ada8ad2)

v1.237.1

02 Aug 19:57
bbec171
Compare
Choose a tag to compare

1.237.1 (2023-08-02)

Bug Fixes

  • Fix serialization issue with array data (#621) (6887940)
  • prevent dollar symbol only variable names (#631) (cff7bc4)
  • SPA feature respects ajax deny_list for fetch (#633) (ccfe510)
  • Undefined deny list ignores block internal (#629) (27a1b04)

v1.237.0

28 Jul 14:12
674841f
Compare
Choose a tag to compare

1.237.0 (2023-07-28)

Features

  • Add warning for large payloads (#620) (d616f64)
  • reduce jserrors wrapping and remove onerror use (#614) (e393c96)
  • Stop reporting ajax events going to same beacon (#609) (ca43edf)

Bug Fixes

  • Defining agent api methods for ts types (#613) (14d4294)
  • Fix potential property of undefined errors (#610) (389b5ad)
  • prevent invalid error stack traces (#617) (3d9f2c0)
  • Remove fetch keep-alive unhandled rejection (#625) (dc4fb1b)

v1.236.0

27 Jun 17:16
246b208
Compare
Choose a tag to compare

1.236.0 (2023-06-27)

Features

  • Expose MicroLoader in the npm package (#589) (5175356)
  • Remove img, jsonp, and xhrGet methods (#576) (f92f88e)

Bug Fixes

  • Fix illegal invocation error on final harvest (#594) (de7049f)
  • Handle chunk load promise error introduced in 1.235.0 (#603) (a702e23)

v1.235.0

20 Jun 20:07
1371a53
Compare
Choose a tag to compare

1.235.0 (2023-06-20)

Features

  • Add error mode to session trace - NEWRELIC-8666 NEWRELIC-9283 (#583) (98e3f18)
  • Decorate error objects to facilitate future UI experiences (#574) (1167c98)
  • Minor feature class changes to support testing new features (#571) (a717951)
  • Remove unused data from session trace requests (276c4f6)
  • Use new shared session for Session Trace feature - NEWRELIC-8662 (#545) (dbd995a)

v1.234.0

06 Jun 18:31
0b3c3a7
Compare
Choose a tag to compare

1.234.0 (2023-06-02)

Features

  • Migrate RUM network call from GET to POST (#521) (937812a)

v1.233.1

31 May 20:12
a61dfbd
Compare
Choose a tag to compare

1.233.1 (2023-05-31)

Bug Fixes

  • Address bug affecting XHR harvest re-schedule (#561) (cd2dc90)

v1.233.0

26 May 19:58
009a9c1
Compare
Choose a tag to compare

1.233.0 (2023-05-26)

Features

  • Capture metrics for usage of MooTools and certain polyfills (#539) (903a7e1)
  • Update agent internals in early preparation for new features (#532) (1ee675d)

Bug Fixes

  • Address "configurable" warnings arising from user-agent module (#546) (7a7dace)
  • Ensure runtime is preserved for late-configuration cases (#538) (229b8ed)
  • Refactor usage of Array.from to address MooTools conflict (#544) (f1e6336)