Skip to content

Commit

Permalink
Update src/OpenTelemetry.Instrumentation.AspNetCore/CHANGELOG.md
Browse files Browse the repository at this point in the history
Co-authored-by: Alan West <[email protected]>
  • Loading branch information
vishweshbankwar and alanwest authored Apr 20, 2023
1 parent 4f4cccb commit db4941b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/OpenTelemetry.Instrumentation.AspNetCore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

## Unreleased

* Baggage will not be reset during request stop event. This will allow
processors to access it during OnEnd call.
* Fix issue where baggage gets cleared when the ASP.NET Core Activity
is stopped. The instrumentation no longer clears baggage. One problem
this caused was that it prevented Activity processors from accessing baggage
during their `OnEnd` call.
([#4274](https://github.com/open-telemetry/opentelemetry-dotnet/pull/4274))

* Improve perf by avoiding boxing of common status codes values.
Expand Down

0 comments on commit db4941b

Please sign in to comment.