Bug Fixes
- core: fix baggage items at the span level instead of trace level (#398)
Features
- bunyan: add automatic log injection of tracer identifiers for
bunyan
(#410) - core: add log propagator and trace identifiers for log correlation (#396)
- express: add middleware and stack trace support for express (#399)
- pino: add automatic log injection of tracer identifiers for
pino
(#414) - winston: add automatic log injection of tracer identifiers for
winston
(#408)
Breaking Changes
- All properties of
span.context()
are now private. They were technically always private, but it was not clear since they were not prefixed with an underscore. If you were using any of these values, please contact us so we can provide an alternative.