Sha256: b25c3602065e2006d1f90950d59c49775e852dbd44e153a6bc99f97ff724be5f
Contents?: true
Size: 415 Bytes
Versions: 256
Compression:
Stored size: 415 Bytes
Contents
# frozen_string_literal: true module Appsignal class Hooks # @api private class ExconHook < Appsignal::Hooks::Hook register :excon def dependencies_present? Appsignal.config && defined?(::Excon) end def install require "appsignal/integrations/excon" ::Excon.defaults[:instrumentor] = Appsignal::Integrations::ExconIntegration end end end end
Version data entries
256 entries across 256 versions & 1 rubygems