Breaking Changes
- Upgrade from opentelemetry 0.29.0 to 0.30.0. Refer to the upstream
changelog
for more information.
Added
- Add
OpenTelemetrySpanExt::add_eventandOpenTelemetrySpanExt::add_event_with_timestamp
functions to allow adding OpenTelemetry events directly to atracing::Span, enabling the use of dynamic attribute keys
and custom event timestamps.