Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetMockedSentryClientOptions ¶
func GetMockedSentryClientOptions() *sentry.ClientOptions
func GetMockedSentryHub ¶
Types ¶
type MockedLogger ¶
func (*MockedLogger) GetLogger ¶
func (l *MockedLogger) GetLogger() *log.Logger
type TransportMock ¶
type TransportMock struct {
// contains filtered or unexported fields
}
func (*TransportMock) Configure ¶
func (t *TransportMock) Configure(_ sentry.ClientOptions)
func (*TransportMock) Events ¶
func (t *TransportMock) Events() []*sentry.Event
func (*TransportMock) SendEvent ¶
func (t *TransportMock) SendEvent(event *sentry.Event)
Click to show internal directories.
Click to hide internal directories.