- Fix: Do not attach context to error/exception objects (90).
1.50.0
- Update to latest emitter-listener package to include [latest fix](https://github.com/othiym23/emitter-listener/pull/6). - Update a number of dependencies (bunyan, event-loop-lag, opentracing, shimmer, ...). - Fix minor issues reported by npm audit.
1.49.1
- Fix: Do not fail when http client options object has a headers attribute with value.
1.49.0
- Enable CPU profiling for Node.js 10 apps. - Warn about missing dependency netlinkwrapper at startup when reporting of uncaught exceptions is enabled. - Fix: Uncaught exception reporting can now be enabled on systems using musl libc instead of glibc (e.g. Alpine Linux).
1.48.1
- Fix secret scrubbing for HTTP server instrumentation.
1.48.0
- Various fixes and improvements for the HTTP client instrumentation: - support for http(s).request(url, options, callback) API introduced in Node.js 10.9.0, - support for WHATWG URL objects, - fix for requests with header "Expect: 100-continue", and - instrument http.get and https.get separately from http(s).request.