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 exceptions. 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.1.1
- Published
- Apr 24, 2014
- Platform
- js/wasm
- Imports
- 2 packages
- Last checked
- 14 minutes ago –
Tools for package owners.