Skip to content
Merged
Prev Previous commit
Next Next commit
Merge branch 'main' into fix-test_traceparent_trace_flags_illegal_cha…
…racters
  • Loading branch information
Kielek authored Oct 3, 2023
commit d946f3de6dbe8808cf3a9a23a3a5fecb3056aa1c
4 changes: 4 additions & 0 deletions src/OpenTelemetry.Api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

* Fixed a bug which caused `Tracer.StartRootSpan` to generate a child span if a
trace was running (`Activity.Current != null`).
([#4890](https://github.com/open-telemetry/opentelemetry-dotnet/pull/4890))

* Fix `TraceContextPropagator` behavior when trace parent flags contains
illegal characters.
([#4893](https://github.com/open-telemetry/opentelemetry-dotnet/pull/4893))
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.