Releases: MindscapeHQ/raygun4js
Releases · MindscapeHQ/raygun4js
v2.25.0
- v2.25.0
- Attach a parent resource to non-page load events to assist with resource parenting.
v2.24.0
- If the ignore3rdPartyErrors option is true, discard errors that match the pattern of errors from browser extensions, bots and crawlers.
- Send the browser's viewport width and height with each RUM session payload.
v2.22.5
- Fixes an issue with Core Web Vital tracking not being able to be disabled.
- Fixes an issue where
navigator.sendBeacon
errors were not being handled gracefully.
v2.22.4
- 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
- Fixes an issue where the heartbeat was not clearing the
xhrStatusMap
array due tothis
referring to the window object
v2.22.2
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
Fixes a compatibility issue with requireJS
and web-vitals
.
v2.22.0
Adds the ability to track Core Web Vitals when the trackCoreWebVitals
option is enabled. This option is now enabled by default.
v2.21.1
v2.21.0
- 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