New features Added agent attribute filtering via include and exclude rules. Agent attributes can now be controlled using fine grained…
Improvements Added regression test for promise instrumentation and stack overflows. Bug fixes Fixed naming bug in Restify instrumentation…
New features Added transaction_tracer.hide_internals configuration. This configuration controls the enumerability of the internal…
New features Added hapi v17 instrumentation Hapi v17 added support for promise-based middleware which broke transaction tracking in the…
Notes Added Peter Svetlichny to the contributors list! Improvements Optimized NameState#getPath . Optimized shim.record . Optimized shim…
Improvements Added promise benchmarks to test non-async_hooks instrumentation. Added logging for external calls made outside of a…
New features Instrumentation will now only modify the arity of wrapped functions when needed. This can be controlled with the matchArity…
Improvements Added Node 9 to test suite. Removed problematic tests for ancient version of Hapi (7.1). Document purpose of throw in tracer…
Improvements Agent will attempt to reconnect to the collector forever after backing off to 5 minute delays. Bug fixes Refactored environment…
New features The agent will now support the Node 8 await keyword by default . Improvements Added benchmark for performance of function…