You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating new Span with parent span context passed, we ignore the trace flags from the parent span context and always pass 0, see below code snippet. This blocks propagation of sampled status from parent span to child span.
When creating new
Span
with parent span context passed, we ignore the trace flags from the parent span context and always pass 0, see below code snippet. This blocks propagation of sampled status from parent span to child span.opentelemetry-cpp/sdk/src/trace/span.cc
Line 97 in 58a1e8c
The text was updated successfully, but these errors were encountered: