Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

opentelemetry: prepare to release v0.17.4 #2202

Merged
merged 1 commit into from
Jul 1, 2022
Merged

Commits on Jul 1, 2022

  1. opentelemetry: prepare to release v0.17.4

    # 0.17.4 (July 1, 2022)
    
    This release adds optional support for recording `std::error::Error`s
    using OpenTelemetry's [semantic conventions for exceptions][exn-semconv].
    
    ### Added
    
    - `Layer::with_exception_fields` to enable emitting `exception.message`
      and `exception.backtrace` semantic-convention fields when an `Error`
      is recorded as a span or event field ([#2135])
    - `Layer::with_exception_field_propagation` to enable setting
      `exception.message` and `exception.backtrace` semantic-convention
      fields on the current span when an event with an `Error` field is
      recorded ([#2135])
    
    Thanks to @lilymara-onesignal for contributing to this release!
    
    [thread-semconv]: https://opentelemetry.io/docs/reference/specification/trace/semantic_conventions/exceptions/
    [#2135]: #2135
    hawkw committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    5b78234 View commit details
    Browse the repository at this point in the history