class Sentry::Rails::CaptureException

def collect_exception(env)

def collect_exception(env)
  super || env["action_dispatch.exception"]
end