We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6639a4 commit e8acbf8Copy full SHA for e8acbf8
lib/datadog/tracing/contrib/ethon/easy_patch.rb
@@ -114,7 +114,10 @@ def datadog_before_request(continue_from: nil)
114
datadog_trace.sampling_priority = Tracing::Sampling::Ext::Priority::AUTO_REJECT
115
end
116
117
- unless Tracing::Distributed::Helpers.should_skip_distributed_tracing?(datadog_configuration, trace: trace)
+ unless Tracing::Distributed::Helpers.should_skip_distributed_tracing?(
118
+ datadog_configuration,
119
+ trace: datadog_trace
120
+ )
121
@datadog_original_headers ||= {}
122
Contrib::HTTP.inject(datadog_trace, @datadog_original_headers)
123
self.headers = @datadog_original_headers
0 commit comments