Skip to content

Commit

Permalink
tracer
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianlin-Zhao committed Jul 30, 2020
1 parent 6dccadf commit 8b84e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/include/opentelemetry/trace/default_span.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class DefaultSpan: public Span {
DefaultSpan(const DefaultSpan& spn) : span_context_(spn.GetContext()) {}

trace::Tracer &tracer() const noexcept {
DefaultTracer dft = DefaultTracer();
trace::DefaultTracer dft = trace::DefaultTracer();
return dft;
}

Expand Down

0 comments on commit 8b84e55

Please sign in to comment.