class Honeybadger::Dispatch

Overview

Dispatch is responsible for:

Defined in:

honeybadger/dispatch.cr

Constant Summary

Log = ::Log.for("honeybadger")

Class Method Summary

Instance Method Summary

Class Method Detail

def self.send(payload : Payload, synchronous : Bool = false) : Nil #

Sends a payload to the reporting api. By default the send is asynchronous with a fiber.


[View source]

Instance Method Detail

def message_for(key : Symbol) #

Logs a human friendly response message for standard api response codes.


[View source]
def message_for(response : Response) #

Logs a human friendly response message for standard api response codes.


[View source]