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

Conversation

hawkw
Copy link
Member

@hawkw hawkw commented Jul 1, 2022

0.17.4 (July 1, 2022)

This release adds optional support for recording std::error::Errors
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!

# 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 hawkw requested review from jtescher and a team as code owners July 1, 2022 17:41
@hawkw hawkw merged commit 6752895 into v0.1.x Jul 1, 2022
@hawkw hawkw deleted the eliza/opentelemetry-0.17.4 branch July 1, 2022 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant