Skip to content

Commit

Permalink
replace span_type option with type for Datadog::Tracing.trace
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed Jan 15, 2024
1 parent c56656c commit 3b3809d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/datadog/ci/test_visibility/recorder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def build_span(tracer_span, tags)

def build_span_options(service, span_type, other_options = {})
other_options[:service] = service || @global_context.service
other_options[:span_type] = span_type
other_options[:type] = span_type

other_options
end
Expand Down

0 comments on commit 3b3809d

Please sign in to comment.