Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CustomComplexError ¶
CustomComplexError implements Errors interface to provide custom complex error.
func (CustomComplexError) Error ¶
func (e CustomComplexError) Error() string
CustomComplexError implements Errors interface.
type EventFormatter ¶
type EventFormatter struct{}
EventFormatter implements sentry.Integration interface. The logic of this structure is integrated with Sentry. This is needed to format errors properly.
func (EventFormatter) Name ¶
func (ee EventFormatter) Name() string
Name implements sentry.Integration interface.
func (EventFormatter) SetupOnce ¶
func (ee EventFormatter) SetupOnce(client *gosentry.Client)
SetupOnce implements sentry.Integration interface.
type ExtractExtra ¶
type ExtractExtra struct{}
ExtractExtra implements sentry.Integration interface. The logic of this structure is integrated with Sentry.
func (ExtractExtra) Name ¶
func (ee ExtractExtra) Name() string
Name implements sentry.Integration interface.
func (ExtractExtra) SetupOnce ¶
func (ee ExtractExtra) SetupOnce(client *gosentry.Client)
SetupOnce implements sentry.Integration interface.
Click to show internal directories.
Click to hide internal directories.