module Sentry::Rails::Overrides::StreamingReporter

def log_error(exception)

def log_error(exception)
  Sentry.capture_exception(exception)
  super
end