Skip to content

Releases: MindscapeHQ/raygun4js

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.

v2.20.0

18 Jun 23:47
0b9d663
Compare
Choose a tag to compare
  • Adds new custom timings support which enables Custom Timings to work with SPA's and regardless of page loads
  • Adds an option automaticPerformanceCustomTimings for tracking performance.measure calls as custom timings

v2.19.1

11 Jun 00:11
f42672d
Compare
Choose a tag to compare
  • Fix accidental removal of node.value

v2.19.0

10 Jun 21:16
9646619
Compare
Choose a tag to compare
  • Add manual end session functionality to public API

v2.18.4

11 May 22:54
83e5ecb
Compare
Choose a tag to compare
  • Fixes an issue where we record the "navigation" entryTypes as cached child assets
  • Fixes an issue with setAutoBreadcrumbsXHRIgnoredHosts not being applied when requests are opened

v2.18.3

06 Apr 02:53
12ada29
Compare
Choose a tag to compare
  • Use navigator.sendBeacon to send the last request as XHR requests can be cancelled.

Thanks to @RShergold for the contribution

v2.18.2

02 Dec 00:55
97e8be4
Compare
Choose a tag to compare

Fixes an issue with first-paint being calculated incorrectly for Edge/IE browsers

v2.18.1

25 Oct 01:07
ea3f472
Compare
Choose a tag to compare
  • Fixes an issue with how the network tracking util integrates with the fetch snippet