Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SentryHook ¶
type SentryHook struct {
// contains filtered or unexported fields
}
SentryHook implements logrus.Hook to send errors to sentry.
func NewSentryHook ¶
func NewSentryHook(client *raven.Client, levels []logrus.Level) *SentryHook
NewSentryHook creates a sentry hook for logrus given a sentry dsn
func (*SentryHook) Fire ¶
func (h *SentryHook) Fire(e *logrus.Entry) error
Fire is an event handler for logrus. This is a part of logrus.Hook.
func (*SentryHook) Levels ¶
func (h *SentryHook) Levels() []logrus.Level
Levels returns the levels this hook is enabled for. This is a part of logrus.Hook.
Click to show internal directories.
Click to hide internal directories.