class Airbrake::Rack::Middleware

def call(env)

Other tags:
    See: https://github.com/airbrake/airbrake/issues/904 -

Parameters:
  • env (Hash) -- the Rack environment
def call(env)
  dup.call!(env)
end