Releases: MindscapeHQ/raygun4js
Releases · MindscapeHQ/raygun4js
v1.15.0
- Support multiple Raygun objects on one page
- jQuery Ajax errors now have better method names (the function signature) for anonymous functions
- Added init option to exclude hostnames to prevent sending from certain environments
- wrapAsynchronousCallbacks now defaults to false
- Split the changelog out
v1.14.0
- Added
wrapAsynchronousCallbacks
option for disabling wrapping of async setTimeout/setInterval callbacks
v1.13.0
- Anonymous user tracking
- Ignore third-party errors option now works correctly with errors from subdomains and remote (cross-origin request) domains
v1.12.0
- Added new onBeforeSend() callback function
- withTags() can now take a callback function
- Custom data is now filtered by filterSensitiveData (recursively) too
- Guard against 'settings' in ajax errors being undefined, leading to failed sends
- Add support for unique stack trace format in iOS 7 UIWebView for anonymous functions
v1.11.2
Guard against an undefined string in Tracekit causing an indexOf error
v1.11.1
- Filtered values are now replaced with sanitized text so the filtered object key is not deleted
- Ajax errors now transmit response text
v1.11.0
- allow ignoring of 3rd party errors
- support chrome extension stack trace parsing
- fix bug with filtering keys in browsers that don't support indexOf
v1.10.0
Brought in latest Tracekit changes
Enhanced affected user tracking details
v1.8.4
Guard against circular references in custom data
v1.8.3
- withCustomData now accepts a function to provide an object with current variable state when an error occurs
- Tracekit and Ajax bug fixes