Honeybadger::Dispatch
Dispatch is responsible for:
- Sending payloads to the API, optionally asynchronously
- Parsing response codes
- Emitting developer friendly status messages
Constants
Log = ::Log.for("honeybadger")
Class methods
Instance methods
message_for(key : Symbol)
Logs a human friendly response message for standard api response codes.
message_for(response : Response)
Logs a human friendly response message for standard api response codes.