Skip to content

Commit

Permalink
removing missed reference to tracer.get_current_span
Browse files Browse the repository at this point in the history
  • Loading branch information
toumorokoshi committed May 16, 2020
1 parent 95b3663 commit a901b8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ def active(self):
shim and is likely to be handled in future versions.
"""

span = self._tracer.unwrap().get_current_span()
span = trace_api.get_current_span()
if span is None:
return None

Expand Down

0 comments on commit a901b8a

Please sign in to comment.