[bug]opentelemetrydotnet failed due to System.Diagnostics.StartActivity().Recorded property returns false with dotnet-sdk-10.0.100-alpha.1.25067.41 #6093
Labels
bug
Something isn't working
needs-triage
New issues which have not been classified or triaged by a community member
pkg:OpenTelemetry.Exporter.Zipkin
Issues related to OpenTelemetry.Exporter.Zipkin NuGet package
Package
OpenTelemetry.Exporter.Zipkin
Package Version
Runtime Version
dotnet-sdk-10.0.100-alpha.1.25067.41
Description
When run the OpenTelemetry.Exporter.Zipkin.Tests against with dotnet-sdk-10.0.100-alpha.1.25067.41, there are 8 cases failed with error:
System.Collections.Generic.KeyNotFoundException : The given key '4630cad0-5365-4dd5-8ccb-496ffd04d672' was not present in the dictionary. After investigation, we found it is caused by System.Diagnostics.StartActivity().Recorded return false on dotnet-sdk-10.0.100-alpha.1.25067.41.
After investigation, it related the breaking change dotnet/docs#44282.
For more details, please refer to dotnet/runtime#111693
Steps to Reproduce
Expected Result
All cases passed.
Actual Result
There are 8 cases failed with error:
Additional Context
No response
The text was updated successfully, but these errors were encountered: