Versions in this module Expand all Collapse all v1 v1.0.0 Jan 2, 2022 Changes in this version + var LevelMap = map[logrus.Level]sentry.Level + func DefaultCaptureLog(entry *logrus.Entry, hub *sentry.Hub, tags map[string]string) error + func GetErrorFromEntry(entry *logrus.Entry) (error, bool) + type CaptureLog func(entry *logrus.Entry, defaultHub *sentry.Hub, tags map[string]string) error + type Hook struct + func NewHook(levels []logrus.Level, options ...Option) Hook + func (h Hook) Fire(entry *logrus.Entry) error + func (h Hook) Levels() []logrus.Level + type IsNotInAppFrameIntegration struct + func (sentrusIntegration *IsNotInAppFrameIntegration) Name() string + func (sentrusIntegration *IsNotInAppFrameIntegration) SetupOnce(client *sentry.Client) + type Option func(h *Hook) + func WithCustomCaptureLog(captureLog CaptureLog) Option + func WithCustomHub(hub *sentry.Hub) Option + func WithTags(tags map[string]string) Option