Skip to content

Commit

Permalink
Also fix propagation for opentelemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
marcotc committed Nov 9, 2023
1 parent 6a35f40 commit 5bdf792
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/datadog/opentelemetry_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
Datadog.configure do |c|
c.tracing.writer = writer_
c.tracing.partial_flush.min_spans_threshold = 1 # Ensure tests flush spans quickly
c.tracing.distributed_tracing.propagation_style = ['Datadog'] # Ensure test has consistent propagation configuration
end

::OpenTelemetry::SDK.configure do |c|
Expand Down

0 comments on commit 5bdf792

Please sign in to comment.