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 d8ad645 commit 2c3017bCopy full SHA for 2c3017b
1 file changed
sdk/src/trace/tracer_context.cc
@@ -84,7 +84,7 @@ void TracerContext::AddProcessor(std::unique_ptr<SpanProcessor> processor) noexc
84
}
85
else if (multi_processor_ == nullptr)
86
{
87
- // if there already is a processor, but its not a MultiSpanProcessor. make a new MultiSpanProcessor
+ // a processor exists, but it's not a MultiSpanProcessor. make a new MultiSpanProcessor
88
std::unique_ptr<MultiSpanProcessor> multi_processor(new MultiSpanProcessor({}));
89
multi_processor->AddProcessor(std::move(processor_));
90
multi_processor->AddProcessor(std::move(processor));
0 commit comments