Documentation ¶
Overview ¶
bugsnag module configures bugsnag and modifies the logger so logger.Error logs to bugsnag as well.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AppVersion = ""
AppVersion is set via a build flag
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Bugsnag *struct { APIKey string `json:"api_key"` } `json:"bugsnag"` }
type ErrorStackable ¶
type ErrorStackable interface {
ErrorStack() string
}
type GetRequestable ¶
Click to show internal directories.
Click to hide internal directories.