Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSentryErrorReporter ¶
func NewSentryErrorReporter(c *config.Config, notifier notification.Notifier) error_reporting.ErrorReporter
Types ¶
type GDPRAwareSentryErrorReporter ¶
type GDPRAwareSentryErrorReporter struct {
// contains filtered or unexported fields
}
A Sentry implementation of our error reporter that respects user preferences regarding tracking
func (*GDPRAwareSentryErrorReporter) CaptureError ¶
func (s *GDPRAwareSentryErrorReporter) CaptureError(err error) bool
func (*GDPRAwareSentryErrorReporter) CaptureErrorAndReportAsIssue ¶
func (s *GDPRAwareSentryErrorReporter) CaptureErrorAndReportAsIssue(path string, err error) bool
func (*GDPRAwareSentryErrorReporter) FlushErrorReporting ¶
func (s *GDPRAwareSentryErrorReporter) FlushErrorReporting()
Click to show internal directories.
Click to hide internal directories.