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. Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Click to show internal directories. Click to hide internal directories.