Skip to content

Releases: MindscapeHQ/raygun4node

v0.12.1

30 Jun 04:39
Compare
Choose a tag to compare
  • Include @types/express as dependency

v0.12.0

30 Jun 04:38
Compare
Choose a tag to compare
  • Add integration with raygun-apm, errors reported during a trace should link between trace and error

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