Documentation
¶
Index ¶
- func AddBreadcrumb(ctx context.Context, breadcrumb *sentry.Breadcrumb, ...)
- func BindClient(ctx context.Context, client *sentry.Client)
- func CaptureCheckIn(ctx context.Context, checkIn *sentry.CheckIn, ...) *sentry.EventID
- func CaptureEvent(ctx context.Context, event *sentry.Event) *sentry.EventID
- func CaptureException(ctx context.Context, exception error) *sentry.EventID
- func CaptureMessage(ctx context.Context, message string) *sentry.EventID
- func Client(ctx context.Context) *sentry.Client
- func Clone(ctx context.Context) *sentry.Hub
- func ConfigureScope(ctx context.Context, f func(scope *sentry.Scope))
- func Flush(ctx context.Context, timeout time.Duration) bool
- func GetBaggage(ctx context.Context) string
- func GetTraceparent(ctx context.Context) string
- func LastEventID(ctx context.Context) sentry.EventID
- func PopScope(ctx context.Context)
- func PushScope(ctx context.Context) *sentry.Scope
- func Recover(ctx context.Context, err interface{}) *sentry.EventID
- func RecoverWithContext(ctx context.Context, err interface{}) *sentry.EventID
- func Scope(ctx context.Context) *sentry.Scope
- func WithScope(ctx context.Context, f func(scope *sentry.Scope))
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddBreadcrumb ¶
func AddBreadcrumb(ctx context.Context, breadcrumb *sentry.Breadcrumb, hint *sentry.BreadcrumbHint)
func CaptureCheckIn ¶
func GetBaggage ¶
func GetTraceparent ¶
func RecoverWithContext ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.