README ¶ Example net/http application This package contains an example net/http application, with Bugsnag configured. Run the example Change the API key in main.go to a project you've created in Bugsnag. Inside bugsnag-go/examples/http do: go get go run main.go 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 You should now see events for these exceptions 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.