Releases: MindscapeHQ/raygun4js
Releases · MindscapeHQ/raygun4js
v2.14.0
v2.13.2
v2.13.1
v2.13.0
- Improves the unhandled promise exception handler to support an additional use case; Errors being attached to the
reason
asreason.error
v2.12.1
- Fixes a bug where stacktraces on older browsers wouldn't be calculated resulting a 'Script error'.
v2.12.0
- 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
v2.11.0
- 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
- Add support for unhandled promise exceptions