Versions in this module Expand all Collapse all v0 v0.0.8 Oct 27, 2020 v0.0.7 Oct 27, 2020 Changes in this version + type Hub interface + AddBreadcrumb func(breadcrumb *sentry.Breadcrumb, hint *sentry.BreadcrumbHint) + CaptureEvent func(event *sentry.Event) *sentry.EventID + CaptureException func(exception error) *sentry.EventID + CaptureMessage func(message string) *sentry.EventID + Clone func() Hub + ConfigureScope func(f func(*sentry.Scope)) + Flush func(timeout time.Duration) bool + LastEventID func() sentry.EventID + PopScope func() + PushScope func() *sentry.Scope + Recover func(err interface{}) *sentry.EventID + RecoverWithContext func(ctx context.Context, err interface{}) *sentry.EventID + Scope func() *sentry.Scope + WithScope func(f func(*sentry.Scope)) + func NewHub(client *sentry.Client, scope *sentry.Scope) Hub