package bugsnagrevel
import "github.com/bugsnag/bugsnag-go/revel"
Package bugsnagrevel adds Bugsnag to revel. It lets you pass *revel.Controller into bugsnag.Notify(), and provides a Filter to catch errors.
Index ¶
Functions ¶
func Filter ¶
func Filter(c *revel.Controller, fc []revel.Filter)
Filter should be added to the filter chain just after the PanicFilter. It sends errors to Bugsnag automatically. Configuration is read out of conf/app.conf, you should set bugsnag.apikey, and can also set bugsnag.endpoint, bugsnag.releasestage, bugsnag.appversion, bugsnag.projectroot, bugsnag.projectpackages if needed.
Source Files ¶
- Version
- v1.1.0
- Published
- Nov 7, 2016
- Platform
- js/wasm
- Imports
- 4 packages
- Last checked
- 13 hours ago –
Tools for package owners.