Sha256: 2e588dc7ca807fd2e871ba335cdbbb92150c8d42123936bdabcad132b26db9c7

Contents?: true

Size: 486 Bytes

Versions: 28

Compression:

Stored size: 486 Bytes

Contents

module Datadog
  module Contrib
    module RestClient
      # Patcher enables patching of 'rest_client' module.
      module Patcher
        include Contrib::Patcher

        module_function

        def target_version
          Integration.version
        end

        def patch
          require 'ddtrace/ext/app_types'
          require 'ddtrace/contrib/rest_client/request_patch'

          ::RestClient::Request.send(:include, RequestPatch)
        end
      end
    end
  end
end

Version data entries

28 entries across 28 versions & 2 rubygems

Version Path
ddtrace-0.49.0 lib/ddtrace/contrib/rest_client/patcher.rb
ddtrace-0.48.0 lib/ddtrace/contrib/rest_client/patcher.rb
ddtrace-0.47.0 lib/ddtrace/contrib/rest_client/patcher.rb
ddtrace-0.46.0 lib/ddtrace/contrib/rest_client/patcher.rb
ddtrace-0.45.0 lib/ddtrace/contrib/rest_client/patcher.rb
ddtrace-0.44.0 lib/ddtrace/contrib/rest_client/patcher.rb
ddtrace-0.43.0 lib/ddtrace/contrib/rest_client/patcher.rb
ddtrace-0.42.0 lib/ddtrace/contrib/rest_client/patcher.rb
ddtrace-0.41.0 lib/ddtrace/contrib/rest_client/patcher.rb
ls-trace-0.2.0 lib/ddtrace/contrib/rest_client/patcher.rb
ddtrace-0.40.0 lib/ddtrace/contrib/rest_client/patcher.rb
ddtrace-0.39.0 lib/ddtrace/contrib/rest_client/patcher.rb
ddtrace-0.38.0 lib/ddtrace/contrib/rest_client/patcher.rb
ddtrace-0.37.0 lib/ddtrace/contrib/rest_client/patcher.rb
ddtrace-0.36.0 lib/ddtrace/contrib/rest_client/patcher.rb
ddtrace-0.35.2 lib/ddtrace/contrib/rest_client/patcher.rb
ddtrace-0.35.1 lib/ddtrace/contrib/rest_client/patcher.rb
ddtrace-0.35.0 lib/ddtrace/contrib/rest_client/patcher.rb
ddtrace-0.34.2 lib/ddtrace/contrib/rest_client/patcher.rb
ddtrace-0.34.1 lib/ddtrace/contrib/rest_client/patcher.rb