Module: SmokeDetector::Providers::Rollbar::ControllerMethods
- Defined in:
- lib/smoke_detector/providers/rollbar.rb
Instance Method Summary collapse
Instance Method Details
#alert_smoke_detector(exception, options = {}) ⇒ Object
58 59 60 61 62 63 64 65 66 |
# File 'lib/smoke_detector/providers/rollbar.rb', line 58 def alert_smoke_detector(exception, = {}) super if defined?(super) if data = .delete(:data) exception. << data.to_s end ::.error(exception, , ) end |