package
2.6.2+incompatible
Repository: https://github.com/bugsnag/bugsnag-go.git
Documentation: pkg.go.dev
# README
Managing panics from goroutines
This package contains an example for how to manage panics in a separate goroutine with Bugsnag.
Run the example
- Change the API key in
main.go
to a project you've created in Bugsnag. - Inside
bugsnag-go/examples/using-goroutines
do:go get go run main.go
- The application will run for a split second, starting a new goroutine, which panics.
- You should now see events this panic in your Bugsnag dashboard.