class Honeybadger::Dispatch
- Honeybadger::Dispatch
- Reference
- Object
Overview
Dispatch is responsible for:
- Sending payloads to the API, optionally asynchronously
- Parsing response codes
- Emitting developer friendly status messages
Defined in:
honeybadger/dispatch.crConstant Summary
-
Log =
::Log.for("honeybadger")
Class Method Summary
-
.send(payload : Payload, synchronous : Bool = false) : Nil
Sends a payload to the reporting api.
Instance Method Summary
-
#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.
Class Method Detail
Sends a payload to the reporting api. By default the send is asynchronous with a fiber.
Instance Method Detail
def message_for(key : Symbol)
#
Logs a human friendly response message for standard api response codes.
Logs a human friendly response message for standard api response codes.