Skip to content

Releases: MindscapeHQ/raygun4js

v2.25.0

09 Nov 23:01
dd4bf98
Compare
Choose a tag to compare
  • v2.25.0
  • Attach a parent resource to non-page load events to assist with resource parenting.

v2.24.0

09 Sep 01:02
9b93586
Compare
Choose a tag to compare
  • If the ignore3rdPartyErrors option is true, discard errors that match the pattern of errors from browser extensions, bots and crawlers.
  • Send the browser's viewport width and height with each RUM session payload.

v2.22.5

16 Aug 21:22
6bd1fb4
Compare
Choose a tag to compare
  • Fixes an issue with Core Web Vital tracking not being able to be disabled.
  • Fixes an issue where navigator.sendBeacon errors were not being handled gracefully.

v2.22.4

10 Aug 21:45
56b0520
Compare
Choose a tag to compare
  • Upgrade the web-vitals vendor library to v2.1.0.
  • Fixes an issue where Core Web Vital timings were being queued behind virtual page timings.

v2.22.3

04 May 21:14
73b5ae6
Compare
Choose a tag to compare
  • Fixes an issue where the heartbeat was not clearing the xhrStatusMap array due to this referring to the window object

v2.22.2

21 Apr 00:55
d86dc78
Compare
Choose a tag to compare

Fixes an issue where raygun4js attempts to access the document on non-browser environments. Also ensures that the Core Web Vitals scripts are not initialized for these environments.

v2.22.1

16 Mar 20:56
3b64f98
Compare
Choose a tag to compare

Fixes a compatibility issue with requireJS and web-vitals.

v2.22.0

08 Mar 01:14
043ef47
Compare
Choose a tag to compare

Adds the ability to track Core Web Vitals when the trackCoreWebVitals option is enabled. This option is now enabled by default.

v2.21.1

26 Jan 02:15
f9ca26b
Compare
Choose a tag to compare

Fixes an issue where errors generated on Cordova iOS 6.0+ applications would not contain a stack trace due to the scheme changing from file and to app #380

v2.21.0

26 Oct 20:12
1843f1f
Compare
Choose a tag to compare
  • Fixes a memory leak issue by clearing the xhrStatusMap array on every heart beat
  • Replace the "Script error" message on an unhandled rejection to be "Unhandled promise rejection" to better distinguish between the two