Versions in this module Expand all Collapse all v1 v1.0.0 Dec 22, 2019 Changes in this version + func RegisterErrorConverter(c ErrorConverter) + type App struct + Commit string + ReleaseStage string + Version string + type Client struct + APIKey string + NotifierName string + NotifierURL string + NotifierVersion string + ProjectPackages []string + URL string + func NewClient(apiKey string) *Client + func (c *Client) Errors(errs ...error) error + func (c *Client) Notifications() int + func (c *Client) Notify(events []Event) error + func (c *Client) ReportPanic() + type Device struct + Hostname string + OSVersion string + type ErrorConverter interface + CanConvertError func(err error) bool + ConvertError func(err error) Event + type Event struct + App *App + Context string + Device *Device + Exceptions []Exception + GroupingHash string + MetaData map[string]map[string]interface{} + PayloadVersion payloadVersion + Severity string + Threads []Thread + User *User + type Exception struct + ErrorClass string + Message string + Stacktrace []StackFrame + type StackFrame struct + Code map[string]string + ColumnNumber int + File string + InProject bool + LineNumber int + Method string + type Thread struct + ID string + Name string + Stacktrace []StackFrame + type User struct + Email string + ID string + Name string