We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8467a7 commit e901a36Copy full SHA for e901a36
examples/http/tracer_common.h
@@ -47,7 +47,7 @@ class HttpTextMapCarrier : public opentelemetry::context::propagation::TextMapCa
47
}
48
else if (key == opentelemetry::trace::propagation::kTraceState)
49
{
50
- key_to_compare == "Tracestate";
+ key_to_compare = "Tracestate";
51
52
auto it = headers_.find(key_to_compare);
53
if (it != headers_.end())
0 commit comments