class ElasticAPM::Spies::ShoryukenSpy

@api private

Public Instance Methods

install() click to toggle source
# File lib/elastic_apm/spies/shoryuken.rb, line 58
def install
  ::Shoryuken.server_middleware do |chain|
    chain.add Middleware
  end
end