Skip to content

Releases: MindscapeHQ/raygun4js

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

v2.18.0

16 Oct 00:23
0162510
Compare
Choose a tag to compare
  • Missing XHR timings are no longer tracked by default. Instead a configuration option exists to enable these via 'captureMissingRequests'
  • Set the maximum duration of missing XHR calls to 5 minutes
  • Add offset timings to missing XHR calls
  • Support for tracking fetch methods which might be referenced locally. To do this developers will need to use the src/snippet/minified.fetchhandler.js code snippet in your head instead of the regular snippet

v2.17.2

27 Sep 04:17
e29b68d
Compare
Choose a tag to compare

Fixes an issue where the XHR data type was not attached to statusCode calls

v2.17.1

24 Jul 21:41
9565937
Compare
Choose a tag to compare

Use localStorage to persist RUM session id instead of sessionStorage. Fixes a regression with new tabs creating seperate sessions