Raygun4node Versions Save

Node.JS SDK for Raygun

v0.12.1

3 years ago
  • Include @types/express as dependency

v0.12.0

3 years ago
  • Add integration with raygun-apm, errors reported during a trace should link between trace and error

v0.11.1

3 years ago
  • Fix send annotations requiring too many arguments
  • Add default export to module

v0.11.0

3 years ago
  • 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

4 years ago

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

v0.10.1

5 years ago

Minor release to upgrade nock

v0.10.0

5 years ago

Adds support for inner errors

v0.9.1

7 years ago
  • Add an option reportColumnNumbers which allows the inclusion of column numbers in the stacktrace.

v0.9.0

7 years ago
  • 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

8 years ago

Add setTags method