class ElasticAPM::Spies::FaradaySpy
@api private
def self.without_net_http
def self.without_net_http return yield unless defined?(NetHTTPSpy) # rubocop:disable Style/ExplicitBlockArgument ElasticAPM::Spies::NetHTTPSpy.disable_in do yield end # rubocop:enable Style/ExplicitBlockArgument end
def install
def install ::Faraday::Connection.prepend(Ext) end