package logrus_airbrake
import "github.com/sirupsen/logrus/hooks/airbrake"
Index ¶
Types ¶
type AirbrakeHook ¶
type AirbrakeHook struct{}
AirbrakeHook to send exceptions to an exception-tracking service compatible with the Airbrake API. You must set: * airbrake.Endpoint * airbrake.ApiKey * airbrake.Environment (only sends exceptions when set to "production")
Before using this hook, to send an error. Entries that trigger an Error, Fatal or Panic should now include an "error" field to send to Airbrake.
func (*AirbrakeHook) Fire ¶
func (hook *AirbrakeHook) Fire(entry *logrus.Entry) error
func (*AirbrakeHook) Levels ¶
func (hook *AirbrakeHook) Levels() []logrus.Level
Source Files ¶
- Version
- v0.6.1
- Published
- Nov 23, 2014
- Platform
- js/wasm
- Imports
- 2 packages
- Last checked
- 19 minutes ago –
Tools for package owners.