Releases: MindscapeHQ/raygun4js
Releases · MindscapeHQ/raygun4js
v2.9.3
Bugfixes
- Fix crash with stack traces containing undefined urls
v2.9.2
Bugfixes
- Fix potential error attaching breadcrumbs to error payload
v2.9.1
Bugfixes
- Fixes crash in third party error detection code when stacktraces have
undefined
urls
v2.9.0
Bugfixes
- If logging of XHR contents in Breadcrumbs is enabled requests/responses before the onload event will now be recorded
- Errors that happen before onload event when using Raygun4JS via the NPM module will now be captured
v2.8.7
Bugfixes
- Fix substring is not a function error during error sending under certain cirumstances
v2.8.5
- Navigating to virtual pages before sending custom timings will no longer prevent the page load timings from being sent
- Stop multiple heartbeat timers from being created
- Prevent 'page' and 'virtual page' timings from being included in the same event data item, fixing 'virtual pages' being counted as 'page views'
- Fix child assets being associated with incorrect views
- Fix virtual page duration timings
v2.8.4
Bugfixes
- Correct error in Typescript definition requiring isAnonymous to be a string when setting user information
v2.8.3
Bugfixes
- Fix crash on unhandled exceptions when
withTags
option is set to a string instead of an array or function returning an array
v2.8.2
Bugfixes
- Fix JSON parsing issue when attempting to use RUM custom timings
v2.8.1
Bugfixes
- Strip querystring out of pulse virtual page urls