Skip to content
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.
/ braketini Public archive

martini middleware for reporting panics to airbrake

Notifications You must be signed in to change notification settings

microsoftarchive/braketini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

How to use

config := braketini.Config{
  ProjectId:   1234,
  Key:         "blahblah",
  Environment: "development",
}
handler := martini.Classic()
handler.Use(braketini.Middleware(config))

About

martini middleware for reporting panics to airbrake

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages