Skip to content

Commit

Permalink
Update lib/datadog/tracing/trace_operation.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
ZStriker19 committed Sep 25, 2024
1 parent 5f280bd commit aefd6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/datadog/tracing/trace_operation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def get_tag(key)
end

def get_metric(key)
@metric[key?] || (root_span && root_span.get_metric(key))
super || (root_span && root_span.get_metric(key))
end

def tags
Expand Down

0 comments on commit aefd6fa

Please sign in to comment.