Raygun4js Versions Save

JavaScript provider for Raygun

v2.25.5

1 year ago
  • v2.25.5
  • Adds support for including High Entropy user agent data

v2.25.4

2 years ago
  • v2.25.4
  • Adds support for the Ionic Capacitor cross-platform app runtime

v2.25.3

2 years ago
  • Allows passing a callback with 'getRaygunInstance' to allow for easier access to checking if a raygun instance exists when raygun4js may not have finished loading Thanks to @Widdershin

v2.25.2

2 years ago
  • Fixes an issue where the rg4js proxy in the umd loader was throwing away the return value of the executor, preventing the use of commands like 'getRaygunInstance' Thanks to @Widdershin for the fix for this issue 🥇

v2.25.1

2 years ago
  • Fixes an issue where errors on promises, which have been caught, were still being reported to Raygun. Thanks @codex- for identifying and fixing the problem.

v2.25.0

2 years ago
  • v2.25.0
  • Attach a parent resource to non-page load events to assist with resource parenting.

v2.24.0

2 years ago
  • 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

2 years ago
  • 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.

2.22.4

2 years ago
  • 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.

2.22.3

3 years ago
  • Fixes an issue where the heartbeat was not clearing the xhrStatusMap array due to this referring to the window object