Skip to content

Releases: MindscapeHQ/raygun4js

v1.15.0

25 Jan 22:46
Compare
Choose a tag to compare
  • 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

05 Jan 00:25
Compare
Choose a tag to compare
  • Added wrapAsynchronousCallbacks option for disabling wrapping of async setTimeout/setInterval callbacks

v1.13.0

21 Oct 01:48
Compare
Choose a tag to compare
  • Anonymous user tracking
  • Ignore third-party errors option now works correctly with errors from subdomains and remote (cross-origin request) domains

v1.12.0

22 Sep 03:21
Compare
Choose a tag to compare
  • 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

28 Aug 21:08
Compare
Choose a tag to compare

Guard against an undefined string in Tracekit causing an indexOf error

v1.11.1

14 Aug 22:03
Compare
Choose a tag to compare
  • 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

31 Jul 23:01
Compare
Choose a tag to compare
  • 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

21 Jul 05:03
Compare
Choose a tag to compare

Brought in latest Tracekit changes

Enhanced affected user tracking details

v1.8.4

26 May 21:34
Compare
Choose a tag to compare

Guard against circular references in custom data

v1.8.3

07 May 23:31
Compare
Choose a tag to compare
  • withCustomData now accepts a function to provide an object with current variable state when an error occurs
  • Tracekit and Ajax bug fixes