Skip to content

Releases: MindscapeHQ/raygun4js

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

v2.20.3

23 Sep 23:32
fc87e1b
Compare
Choose a tag to compare
  • Adds a fallback for calculating the duration for timing entries which have a .duration value of zero. This fixes an issue where Safari reports fetch calls as having a duration of zero.

v2.20.2

30 Aug 22:06
a3f9b66
Compare
Choose a tag to compare

Fixes an issue where ionic-cordova errors would not be reported due to their stack-traces being null. Thanks @nirajrajbhandari for identifying and fixing the issue.

v2.20.1

20 Jul 22:15
d568582
Compare
Choose a tag to compare

Fixes an issue where some browsers (most notably Mobile Safari) won't send data when the page is being transitioned away.