Skip to content

Commit

Permalink
fix tags test if meta is allowed in tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ZStriker19 committed Oct 5, 2024
1 parent bd41d98 commit 469a92b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/datadog/tracing/trace_operation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ def tags
all_tags.merge!(root_span&.tags || {}) if root_span
all_tags.merge!(@tags || {})
all_tags.merge!(@metrics || {})
all_tags.merge!(@meta || {})
all_tags
end

Expand Down

0 comments on commit 469a92b

Please sign in to comment.