Skip to content

Commit

Permalink
tracer
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianlin-Zhao committed Aug 1, 2020
1 parent 6d90293 commit 25e549d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/include/opentelemetry/trace/noop.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ class NoopSpan final : public Span
// Tracer &tracer() const noexcept override { return *tracer_; }

private:
// std::shared_ptr<Tracer> tracer_;
SpanContext span_context_;
std::shared_ptr<Tracer> tracer_;
SpanContext span_context_;
};

/**
Expand Down

0 comments on commit 25e549d

Please sign in to comment.