module Sentry::Rails::Overrides::OldStreamingReporter

def log_error_with_raven(exception)

def log_error_with_raven(exception)
  Sentry::Rails.capture_exception(exception)
  log_error_without_raven(exception)
end