Class: Salemove::ProcessHandler::SentryNotifier

Inherits:
Object
  • Object
show all
Defined in:
lib/salemove/process_handler/notifier_factory.rb

Instance Method Summary collapse

Instance Method Details

#notify_or_ignore(error, params) ⇒ Object



27
28
29
# File 'lib/salemove/process_handler/notifier_factory.rb', line 27

def notify_or_ignore(error, params)
  Raven.capture_exception(error, extra: params)
end