class Sentry::Rails::CaptureExceptions

def status_code_for_exception(exception)

def status_code_for_exception(exception)
  ActionDispatch::ExceptionWrapper.status_code_for_exception(exception.class.name)
end