Skip to content

Releases: MindscapeHQ/raygun4node

v0.11.1

30 Jun 04:38
Compare
Choose a tag to compare
  • Fix send annotations requiring too many arguments
  • Add default export to module

v0.11.0

30 Jun 04:38
Compare
Choose a tag to compare
  • 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

09 Jan 02:46
9bc5a2b
Compare
Choose a tag to compare

Minor release to update dependencies, ensure jshint is run in Travis and Travis runs tests for Node v4

v0.10.1

13 Mar 01:27
a74ebbc
Compare
Choose a tag to compare

Minor release to upgrade nock

v0.10.0

13 Mar 01:26
f0cb704
Compare
Choose a tag to compare

Adds support for inner errors

v0.9.1 Add Option to report column numbers

13 Feb 01:01
Compare
Choose a tag to compare
  • Add an option reportColumnNumbers which allows the inclusion of column numbers in the stacktrace.

v0.9.0

19 Sep 23:19
Compare
Choose a tag to compare
  • 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

0.8.2

06 Dec 22:19
Compare
Choose a tag to compare

Add setTags method

v0.6.2

08 May 03:48
Compare
Choose a tag to compare
  • Fix utf8 chars causing 400s
  • Log when errors occur when posting

v.0.5.0

08 Oct 01:05
Compare
Choose a tag to compare
  • adds sensitive data filtering for request data
  • improves affected user tracking, bringing it inline with the other providers