Skip to content

Commit

Permalink
Fix inconsistent wording and line length
Browse files Browse the repository at this point in the history
  • Loading branch information
qhris committed Oct 11, 2023
1 parent d721019 commit 10e949b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Unreleased

* Fixed an issue where activities were stopped incorrectly before calling Enrich callbacks.
* Fixed an issue where activities were stopped incorrectly before processing completed.
Activity processor's `OnEnd` will now happen after `AspNetInstrumentationOptions.Enrich`.
([#1388](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1388))

Expand Down
2 changes: 1 addition & 1 deletion src/OpenTelemetry.Instrumentation.AspNet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Unreleased

* Release together with `OpenTelemetry.Instrumentation.AspNet.TelemetryHttpModule`.
Fixed an issue where activities were closed incorrectly before processing completed.
Fixed an issue where activities were stopped incorrectly before processing completed.
Activity processor's `OnEnd` will now happen after `AspNetInstrumentationOptions.Enrich`.
([#1388](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1388))

Expand Down

0 comments on commit 10e949b

Please sign in to comment.