Error handler integration for Bugsnag.
go get emperror.dev/handler/bugsnag
package main
import (
"emperror.dev/handler/bugsnag"
)
func main() {
apiKey := "key"
handler := bugsnag.New(apiKey)
}
When all coding and testing is done, please run the test suite:
$ make check
The MIT License (MIT). Please see License File for more information.