class ElasticAPM::Spies::ShoryukenSpy

@api private

def install

def install
  ::Shoryuken.server_middleware do |chain|
    chain.add Middleware
  end
end