Versions in this module Expand all Collapse all v1 v1.1.0 Sep 2, 2019 Changes in this version type Configuration + FlushTimeout time.Duration v1.0.1 Jan 12, 2018 Changes in this version + type ClientGetter interface + GetClient func() *raven.Client v1.0.0 Jan 9, 2018 Changes in this version + func AttachCoreToLogger(sentryCore zapcore.Core, l *zap.Logger) *zap.Logger + func NewCore(cfg Configuration, factory SentryClientFactory) (zapcore.Core, error) + type Configuration struct + DisableStacktrace bool + Level zapcore.Level + Tags map[string]string + type SentryClientFactory func() (*raven.Client, error) + func NewSentryClientFromClient(client *raven.Client) SentryClientFactory + func NewSentryClientFromDSN(DSN string) SentryClientFactory