Module: Sentry::Rails::Overrides::StreamingReporter
- Defined in:
- lib/sentry/rails/overrides/streaming_reporter.rb
Instance Method Summary collapse
Instance Method Details
#log_error(exception) ⇒ Object
7 8 9 10 |
# File 'lib/sentry/rails/overrides/streaming_reporter.rb', line 7 def log_error(exception) Sentry::Rails.capture_exception(exception) super end |