Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SentryImpl ¶
type SentryImpl struct {
// contains filtered or unexported fields
}
func NewSentry ¶
func NewSentry(dsn string, sentryEnabled bool) *SentryImpl
func (*SentryImpl) StartSentry ¶
func (s *SentryImpl) StartSentry()
StartSentry checks if Sentry is enabled in the configuration and initiates it.
type SentryService ¶
type SentryService interface {
StartSentry()
}
Click to show internal directories.
Click to hide internal directories.