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) InitializeRaven ¶
InitializeRaven Initializes the Raven client. This function should be called as soon as possible after the application configuration is loaded so that raven 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.