Documentation ¶
Index ¶
Constants ¶
View Source
const FrameworkName string = "Gin"
Variables ¶
This section is empty.
Functions ¶
func AutoNotify ¶
func AutoNotify(rawData ...interface{}) gin.HandlerFunc
AutoNotify sends any panics to bugsnag, and then re-raises them. You should use this after another middleware that returns an error page to the client, for example gin.Recovery(). The arguments can be any RawData to pass to Bugsnag, most usually you'll pass a bugsnag.Configuration object.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.