package
1.8.0
Repository: https://github.com/agilebits/bugsnag-go.git
Documentation: pkg.go.dev

# README

Example Gin application

This package contains an example Gin application, with Bugsnag configured.

Run the example

  1. Change the API key in main.go to a project you've created in Bugsnag.
  2. Inside bugsnag-go/examples/gin do:
    go get
    go run main.go
    
  3. The application is now running. You can now visit
    http://localhost:9001/unhandled - to trigger an unhandled panic
    http://localhost:9001/handled   - to trigger a handled error
    
  4. You should now see events for these exceptions in your Bugsnag dashboard.