Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrFlushTimedOut = errors.New("flush timed out")
Functions ¶
func AttachCoreToLogger ¶
Types ¶
type ClientGetter ¶ added in v1.0.1
type Config ¶ added in v1.5.1
type Config struct {
Tags map[string]string
DisableStacktrace bool
Level zapcore.Level
FlushTimeout time.Duration
Hub *sentry.Hub
Skip int
}
Config is a minimal set of parameters for Sentry integration.
type SentryClientFactory ¶
func NewSentryClientFromClient ¶
func NewSentryClientFromClient(client *sentry.Client) SentryClientFactory
func NewSentryClientFromDSN ¶
func NewSentryClientFromDSN(DSN string) SentryClientFactory
Click to show internal directories.
Click to hide internal directories.