Skip to content

Latest commit

 

History

History

martini

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Example Martini application

This package contains an example Martini 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/martini 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.