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

airbrake.go

Version
v0.5.1
Published
Aug 14, 2014
Platform
js/wasm
Imports
2 packages
Last checked
4 hours ago

Tools for package owners.