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 d8bbd52 commit 7580adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/trace/span.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class Span final : public trace_api::Span
bool IsRecording() const noexcept override;

trace_api::SpanContext GetContext() const noexcept {
return span_context_;
return trace_api::SpanContext();
}
// trace_api::Tracer &tracer() const noexcept override { return *tracer_; }

Expand Down

0 comments on commit 7580adb

Please sign in to comment.