Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHandler ¶
NewHandler returns a new Airbrake handler.
Types ¶
type AppConfig ¶ added in v0.7.0
type AppConfig struct { Enabled bool `env:""` Endpoint string `env:""` ProjectID int64 `env:"project_id"` ProjectKey string `env:"" split_words:"true"` }
AppConfig can be used in an application config to represent Airbrake connection details. It supports github.com/goph/nest
Click to show internal directories.
Click to hide internal directories.