Automatically detect crashes and report errors in your Go apps. Get alerts about errors and panics in real-time, including detailed error reports with diagnostic information. Understand and resolve issues as fast as possible.
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.