Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
Config defines the necessary configuration for instantiating a Sentry Reporter
func (Config) InitializeSentry ¶ added in v0.12.6
InitializeSentry Initializes the Sentry client. This function should be called as soon as possible after the application configuration is loaded so that sentry is setup.
func (*Config) RegisterFlags ¶
RegisterFlags registers Sentry flags with pflags
type Core ¶
type Core struct {
zapcore.LevelEnabler
// contains filtered or unexported fields
}
Core Implements a zapcore.Core that sends logged errors to Sentry
func (*Core) Check ¶
func (c *Core) Check(ent zapcore.Entry, ce *zapcore.CheckedEntry) *zapcore.CheckedEntry
Check must be called before calling Write. This determines whether or not logs are sent to Sentry
Click to show internal directories.
Click to hide internal directories.