Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Honeybadger ¶
type Honeybadger struct {
// contains filtered or unexported fields
}
Honeybadger wraps honeybadger.Client
func NewHoneybadger ¶
func NewHoneybadger(client *honeybadger.Client, enabled bool) *Honeybadger
func (*Honeybadger) Notify ¶
func (h *Honeybadger) Notify(err interface{}, stack []byte)
Notify reports the err to the Honeybadger service.
Click to show internal directories.
Click to hide internal directories.