Sha256: d465fb1f494f3abf9bde70279d5357c3631d7f8e3e944ca4e00dad18b7613fe6
Contents?: true
Size: 286 Bytes
Versions: 64
Compression:
Stored size: 286 Bytes
Contents
# (c) Copyright IBM Corp. 2021 # (c) Copyright Instana Inc. 2021 module Instana module Activators class Rack < Activator def can_instrument? defined?(::Rack) end def instrument require 'instana/instrumentation/rack' end end end end
Version data entries
64 entries across 64 versions & 1 rubygems