Skip to content

0.31.0

Choose a tag to compare

@github-actions github-actions released this 08 Sep 07:42
· 28 commits to v0.1.x since this release
da83e89

Breaking Changes

  • Upgrade from opentelemetry 0.29.0 to 0.30.0. Refer to the upstream
    changelog
    for more information.

Added

  • Add OpenTelemetrySpanExt::add_event and OpenTelemetrySpanExt::add_event_with_timestamp
    functions to allow adding OpenTelemetry events directly to a tracing::Span, enabling the use of dynamic attribute keys
    and custom event timestamps.