Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

raygun4js

Package Overview
Dependencies
Maintainers
3
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

raygun4js - npm Package Versions

23
12

3.1.3

Diff

Changelog

Source

[3.1.3]

Changed

  • Updated RUM XHR events to include requestDetails for the onBeforeSendRUM handler. Request details include url (including query parameters), method, body and responseBody. These details are stripped from the payload before it's sent to Raygun's servers.
raygunowner
published 3.1.2 •

Changelog

Source

[3.1.2]

Changed

  • Updated when ping happens so it only happens once, and when successful, it will store in sessionStorage and not ping again. This is to prevent multiple pings from happening on every page load.
raygunowner
published 3.1.1 •

Changelog

Source

[3.1.1]

Fixed

  • Resolved jQuery isFunction deprecation warnings. As of jQuery 3.3, jQuery.isFunction() is deprecated. It is replaced by typeof x === "function" - source.
raygunowner
published 3.1.0 •

Changelog

Source

[3.1.0]

Added

  • Added a ping to tell Raygun that raygun4js has been set up correctly. The ping is enabled by default but can be disabled using the new sendPing option e.g., rg4js('sendPing', false). The ping contains the version of Raygun4js and which products have been enabled (CrashReporting and/or Real User Monitoring). This information will be used to help users when setting up a new application.
  • Moved the typescript types into the main raygun4js repo
  • Added a new option for enabling Real User Monitoring. rg4js('enableRealUserMonitoring', true);
raygunowner
published 3.0.1 •

Changelog

Source

[3.0.1]

Fixed

  • Fixed an typo raised by issue #508 that caused breadcrumb messages to be undefined
raygunowner
published 3.0.0 •

Changelog

Source

[3.0.0]

Added

  • Adds Browserify support to build pipeline
  • Added new browser mocks for unit tests
  • Added new popstate event listener, to trigger
  • unloadHandler replacement: Added popstate event listener network logic to better support mobile devices
  • unloadHandler replacement: Added hidden visibilityState change network logic to better support mobile devices

Changed

  • Changed the way the web-vitals library is imported into the project
  • Moved to using the official web vital callback triggers
  • Updated the sendCoreWebVitalTimings method to fire web vital payloads using beacon if available
  • Upgrade chromedriver dependency to 119.0.1

Removed

  • unloadHandler replacement: Removed the unload event listener network logic in favour of other approaches
raygunowner
published 2.28.0 •

Changelog

Source

[2.28.0]

Changed

  • Adds client provider (version) information
  • Adds defaults for timing information payload information
raygunowner
published 2.27.3-beta.0 •

raygunowner
published 2.27.0 •

Changelog

Source

[2.27.0]

Changed

  • Page timings are now gathered by default from PerformanceNavigationTiming instead of PerformanceTiming when available. This was done because the PerformanceTiming API has been deprecated.
  • Now defaults to using the PerformanceObserver object to trigger RUM. This ensures it occurs after the page is fully loaded and all timing objects are populated

Fixed

  • Fixed bug that could stop captureMissingRequests from being set.
  • Fixed potential access to PerformanceTiming API in browsers where it has been deprecated
raygunowner
published 2.26.4 •

Changelog

Source

v2.26.4

Fixed

  • Reverted the default endpoint url from api.raygun.com back to api.raygun.io (From release v2.26.2 which is causing disruptions for some users)
23
12
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc