Skip to content

Commit

Permalink
CCOL-2039: Update mock set_tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel Pereira committed Dec 5, 2023
1 parent ea099a3 commit 1ea3069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/deimos/tracing/mock.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def set_tag(tag, value, span=nil)
if span
span.set_tag(tag, value)
else
@span.set_tag(tag, value)
active_span.set_tag(tag, value)
end
end

Expand Down

0 comments on commit 1ea3069

Please sign in to comment.