Module: Datadog::DI::Transport::HTTP::Diagnostics::Client Private

Included in:
Client
Defined in:
lib/datadog/di/transport/http/diagnostics.rb

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Instance Method Summary collapse

Instance Method Details

#send_diagnostics_payload(request) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



13
14
15
16
17
# File 'lib/datadog/di/transport/http/diagnostics.rb', line 13

def send_diagnostics_payload(request)
  send_request(request) do |api, env|
    api.send_diagnostics(env)
  end
end