patches httpx debug logs to include datadog correlation ids
Public Instance methods
log_identifiers()
[show source]
# File lib/httpx/adapters/datadog.rb 190 def log_identifiers 191 "#{super} #{Datadog::Tracing.log_correlation}" 192 end