We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9977398 commit e29f15bCopy full SHA for e29f15b
sdk/src/configuration/sdk_builder.cc
@@ -1083,7 +1083,7 @@ SdkBuilder::CreatePropagator(
1083
std::vector<std::unique_ptr<opentelemetry::context::propagation::TextMapPropagator>> propagators;
1084
std::unique_ptr<opentelemetry::context::propagation::TextMapPropagator> propagator;
1085
std::vector<std::string> propagator_seen;
1086
- bool duplicate;
+ bool duplicate = false;
1087
1088
/*
1089
* Note that the spec only requires to check duplicates between
0 commit comments