tracing-opentelemetry 0.17.4
·
288 commits
to main
since this release
This release adds optional support for recording std::error::Errors using
[OpenTelemetry's semantic conventions for exceptions][exn-semconv].
Added
Layer::with_exception_fieldsto enable emittingexception.messageand
exception.backtracesemantic-convention fields when anErroris recorded
as a span or event field (#2135)Layer::with_exception_field_propagationto enable settingexception.messageand
exception.backtracesemantic-convention fields on the current span when an
event with anErrorfield is recorded (#2135)
Thanks to @lilymara-onesignal for contributing to this release!