Class: MailgunCatcher::Notifier::Bugsnag

Inherits:
Object
  • Object
show all
Defined in:
lib/mailgun_catcher/notifier/bugsnag.rb

Instance Method Summary collapse

Instance Method Details

#notify(event) ⇒ Object



4
5
6
7
# File 'lib/mailgun_catcher/notifier/bugsnag.rb', line 4

def notify(event)
  error_event = EventError.new(event)
  ::Bugsnag.notify(error_event)
end