Releases: MindscapeHQ/raygun4js
Releases · MindscapeHQ/raygun4js
v2.20.0
- 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
- Fix accidental removal of node.value
v2.19.0
- Add manual end session functionality to public API
v2.18.4
- 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
- Use navigator.sendBeacon to send the last request as XHR requests can be cancelled.
Thanks to @RShergold for the contribution
v2.18.2
Fixes an issue with first-paint being calculated incorrectly for Edge/IE browsers
v2.18.1
- Fixes an issue with how the network tracking util integrates with the fetch snippet
v2.18.0
- 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
Fixes an issue where the XHR data type was not attached to statusCode calls
v2.17.1
Use localStorage to persist RUM session id instead of sessionStorage. Fixes a regression with new tabs creating seperate sessions