Skip to content

Releases: MindscapeHQ/raygun4js

v2.17.0

07 Jul 23:35
6d960c2
Compare
Choose a tag to compare

Add support for users to set the client IP address

v2.16.1

17 Jun 20:54
b72486e
Compare
Choose a tag to compare

Bugfixes:

  • Fix promise rejection errors when trying to retrieve fetch response text in network-tracking module

v2.16.0

10 Jun 21:56
ee28e9e
Compare
Choose a tag to compare
  • Add paint timings to RUM page load metrics using the performance api & msFirstPaint
  • Wrap response code get 'text' in a try catch

v2.15.3

05 Jun 22:34
f9d2249
Compare
Choose a tag to compare
  • Change the key for the status code which gets sent to RUM to statusCode to match the API
  • Prepend the protocol to the URL in the resolveFullUrl function to accommodate URLs without protocols

v2.15.2

05 May 20:53
76024ea
Compare
Choose a tag to compare

Changes:

  • Include all dist files in npm package instead of just main file
  • Don't run RUM in React Native to prevent a crash, RUM does not support React Native

v2.15.1

08 Apr 20:41
6e59ee4
Compare
Choose a tag to compare

Fix error in Raygun4JS UMD build with raygunNetworkTrackingFactory being undefined

v2.15.0

08 Apr 03:08
Compare
Choose a tag to compare
  • Use localStorage to persist user id for Crash Reporting instead of a cookie
  • Use sessionStorage to persist session id for RUM instead of a cookie
  • Start tracking XHR status codes with performance information

v2.14.1

13 Mar 01:07
Compare
Choose a tag to compare
  • Improve support for EmberJS

v2.14.0

11 Mar 19:45
Compare
Choose a tag to compare

Add fetch support to automatic XHR breadcrumbs

v2.13.2

01 Nov 21:56
Compare
Choose a tag to compare
  • Typescript definitions removed, they are now maintained in @types/raygun4js