Takaro - v0.6.0
    Preparing search index...

    Type Alias CaptureContext

    CaptureContext: Scope | Partial<ScopeContext> | ((scope: Scope) => Scope)

    A context to be used for capturing an event. This can either be a Scope, or a partial ScopeContext, or a callback that receives the current scope and returns a new scope to use.