Class: CloudFormation::Bridge::RollbarExceptionNotifier

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/cloud_formation/bridge/exception_notifier.rb

Instance Method Summary collapse

Instance Method Details

#report_exception(exception, custom_data = {}, user_data = {}) ⇒ Object



28
29
30
# File 'lib/cloud_formation/bridge/exception_notifier.rb', line 28

def report_exception(exception, custom_data = {}, user_data = {})
  Rollbar.report_exception(exception, custom_data, user_data)
end