raygun4js
Advanced tools
Changelog
[3.1.3]
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.Changelog
[3.1.2]
Changelog
[3.1.0]
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.rg4js('enableRealUserMonitoring', true);
Changelog
[3.0.1]
Changelog
[3.0.0]
Changelog
[2.28.0]
Changelog
[2.27.0]
PerformanceObserver
object to trigger RUM. This ensures it occurs after the page is fully loaded and all timing objects are populatedcaptureMissingRequests
from being set.Changelog
v2.26.4