Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Feb 19, 2025
1 parent 1b88d49 commit b5da5c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/datadog/di/transport.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ class Transport
def initialize(agent_settings)
# Note that this uses host, port, timeout and TLS flag from
# agent settings.
@client = Core::Transport::HTTP::Adapters::Net.new(agent_settings)
#@client = Core::Transport::HTTP::Adapters::Net.new(agent_settings)
@client = Core::Remote::Transport::HTTP.default(agent_settings: agent_settings)
end

def send_diagnostics(payload)
Expand Down

0 comments on commit b5da5c7

Please sign in to comment.