Releases: MindscapeHQ/raygun4node
Releases · MindscapeHQ/raygun4node
v0.11.1
- Fix send annotations requiring too many arguments
- Add default export to module
v0.11.0
- Overhaul project to TypeScript, type definitions included in package
- Unhandled exceptions are now correctly tagged
- Add support for batch error reporting
- Add debug logging
- Fix Node buffer deprecation warning
v0.10.2
Minor release to update dependencies, ensure jshint is run in Travis and Travis runs tests for Node v4
v0.10.1
v0.10.0
v0.9.1 Add Option to report column numbers
- Add an option
reportColumnNumbers
which allows the inclusion of column numbers in the stacktrace.
v0.9.0
- Add capability to send custom data with Express handler
- Treat custom errors as Errors
useSSL
option now works correctly, and support added for HTTP proxies- If network errors occur during payload posting, and a Node-style error callback param is available on the callback, this is now executed
- Functional sending tests now pass correctly