Versions in this module Expand all Collapse all v0 v0.1.1 Oct 1, 2023 v0.1.0 Oct 1, 2023 Changes in this version + func New(hub *sentry.Hub, opts Options) interceptor.WorkerInterceptor + type ActivityErrorSkipper func(context.Context, error) bool + type ActivityScopeCustomizer func(context.Context, *sentry.Scope, error) + type Options struct + ActivityErrorSkipper ActivityErrorSkipper + ActivityScopeCustomizer ActivityScopeCustomizer + WorkflowErrorSkipper WorkflowErrorSkipper + WorkflowScopeCustomizer WorkflowScopeCustomizer + type WorkflowErrorSkipper func(workflow.Context, error) bool + type WorkflowScopeCustomizer func(workflow.Context, *sentry.Scope, error)