Skip to content

Releases: MindscapeHQ/raygun4js

v2.14.0

11 Mar 19:45
Compare
Choose a tag to compare

Add fetch support to automatic XHR breadcrumbs

v2.13.2

01 Nov 21:56
Compare
Choose a tag to compare
  • Typescript definitions removed, they are now maintained in @types/raygun4js

v2.13.1

24 Oct 21:10
6318462
Compare
Choose a tag to compare
  • Set content-type header on XHR calls
  • Fix issue #302 with the promiseRejectionHandler throwing rejection errors

v2.13.0

28 Sep 03:32
ffec047
Compare
Choose a tag to compare
  • Improves the unhandled promise exception handler to support an additional use case; Errors being attached to the reason as reason.error

v2.12.1

28 Sep 02:46
26240a9
Compare
Choose a tag to compare
  • Fixes a bug where stacktraces on older browsers wouldn't be calculated resulting a 'Script error'.

v2.12.0

27 Aug 22:57
652f842
Compare
Choose a tag to compare
  • Add UnhandledPromiseRejection tag to errors caught by the unhandled promise callback
  • Fixes a bug where the UnhandledException tag would be added unnecessarily to subsequent errors
  • Manually sending a error which is a string and not a Error object no longer results in a Script error being sent. Instead it uses the string as the error message

v2.11.1

12 Aug 22:38
f845073
Compare
Choose a tag to compare
  • Fixes bug with ignore3rdPartyErrors that could result in first party errors being ignored
  • Fixes Typescript definitions for V2 API

v2.11.0

06 Jul 01:37
954621a
Compare
Choose a tag to compare
  • Adds 'setCookieAsSecure' option which will set the '; secure' flag on cookies. Off by default to maintain backwards compatibility
  • Fetch calls are now tracked like XHR calls for RUM

v2.10.0

06 Jun 22:49
ef4b04e
Compare
Choose a tag to compare
  • Add support for unhandled promise exceptions

v2.9.4

30 Apr 21:13
91ab410
Compare
Choose a tag to compare

Bugfixes

  • Really fix crash with stack traces containing undefined urls