Skip to content

Releases: MindscapeHQ/raygun4js

v2.9.3

26 Apr 21:17
171ea5d
Compare
Choose a tag to compare

Bugfixes

  • Fix crash with stack traces containing undefined urls

v2.9.2

18 Apr 22:34
Compare
Choose a tag to compare

Bugfixes

  • Fix potential error attaching breadcrumbs to error payload

v2.9.1

17 Apr 21:10
5285b3b
Compare
Choose a tag to compare

Bugfixes

  • Fixes crash in third party error detection code when stacktraces have undefined urls

v2.9.0

17 Apr 20:55
0315878
Compare
Choose a tag to compare

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

09 Apr 22:30
15b8bdd
Compare
Choose a tag to compare

Bugfixes

  • Fix substring is not a function error during error sending under certain cirumstances

v2.8.5

28 Jan 20:47
e278850
Compare
Choose a tag to compare
  • 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

20 Nov 00:10
ee28750
Compare
Choose a tag to compare

Bugfixes

  • Correct error in Typescript definition requiring isAnonymous to be a string when setting user information

v2.8.3

08 Nov 21:30
43e0192
Compare
Choose a tag to compare

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

05 Nov 22:10
3c49fe8
Compare
Choose a tag to compare

Bugfixes

  • Fix JSON parsing issue when attempting to use RUM custom timings

v2.8.1

12 Oct 01:37
Compare
Choose a tag to compare

Bugfixes

  • Strip querystring out of pulse virtual page urls