Module: Failbot::Handler
- Defined in:
- lib/failbot/handler.rb
Overview
The Ernie handler implementation responsible for delivering exception reports to the exception backend. The report method is made available as a BERT-RPC service.
Instance Method Summary collapse
Instance Method Details
#report(data) ⇒ Object
20 21 22 23 |
# File 'lib/failbot/handler.rb', line 20 def report(data) Failbot::Haystack.send_data(data) true end |