Sha256: 0cf0c0eb8ee524223afde2318651536f2ce93286beab5917b080e72f48c726a9
Contents?: true
Size: 664 Bytes
Versions: 35
Compression:
Stored size: 664 Bytes
Contents
require 'ddtrace/contrib/integration' require 'ddtrace/contrib/excon/configuration/settings' require 'ddtrace/contrib/excon/patcher' module Datadog module Contrib module Excon # Description of Excon integration class Integration include Contrib::Integration register_as :excon def self.version Gem.loaded_specs['excon'] && Gem.loaded_specs['excon'].version end def self.present? super && defined?(::Excon) end def default_configuration Configuration::Settings.new end def patcher Patcher end end end end end
Version data entries
35 entries across 35 versions & 2 rubygems