Logging errors into simple log file, or SAPI (Apache) error log is needed even if the senty is used as the error handling tool. It's useful as the safeguard when the sentry is down, network is down etc.
Simple solution: return false from Raven_ErrorHandler::handleError(). It should be configurable with handleError parameter or with setter in Raven_ErrorHandler class, enabled by default.