Releases: MindscapeHQ/raygun4js
Releases · MindscapeHQ/raygun4js
v2.20.3
- 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
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
Fixes an issue where some browsers (most notably Mobile Safari) won't send data when the page is being transitioned away.
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