Class: Konsierge::Notifier::RailsReportSubscriber
- Inherits:
-
Object
- Object
- Konsierge::Notifier::RailsReportSubscriber
- Defined in:
- lib/konsierge/notifier/rails_report_subscriber.rb
Instance Method Summary collapse
-
#report(error, handled:, severity:, context:, source: nil) ⇒ Object
rubocop:disable Lint/UnusedMethodArgument.
Instance Method Details
#report(error, handled:, severity:, context:, source: nil) ⇒ Object
rubocop:disable Lint/UnusedMethodArgument
7 8 9 |
# File 'lib/konsierge/notifier/rails_report_subscriber.rb', line 7 def report(error, handled:, severity:, context:, source: nil) Notifier.send_error(error, source: source, context: context) end |