Documentation ¶
Overview ¶
Package brake contains tools for setting up and working with the [airbrake](https://airbrake.io/) error monitoring software.
Index ¶
Constants ¶
View Source
const ( SeverityError severity = "error" SeverityWarn severity = "warning" SeverityCritical severity = "critical" )
Variables ¶
View Source
var ( Airbrake *gobrake.Notifier Env string )
Functions ¶
func NotifyFromChan ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.