Sha256: 63a47ec57eb29477206a8cfe7b9930ac9f5c52a1ad7466cc6b719dcdb42c0d67

Contents?: true

Size: 496 Bytes

Versions: 23

Compression:

Stored size: 496 Bytes

Contents

# frozen_string_literal: true

require "datadog/tracing/contrib/patcher"

module Datadog
  module Tracing
    module Contrib
      module Tobox
        module Patcher
          include Contrib::Patcher

          module_function

          def target_version
            Integration.version
          end

          def patch
            # server-patches provided by plugin(:sidekiq)
            # TODO: use this once we have a producer side
          end
        end
      end
    end
  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
tobox-0.1.2 lib/tobox/plugins/datadog/patcher.rb
tobox-0.1.1 lib/tobox/plugins/datadog/patcher.rb
tobox-0.1.0 lib/tobox/plugins/datadog/patcher.rb