@bluelibs/runner - v6.3.1
    Preparing search index...

    Interface ExecutionContextOptions

    User-facing execution-context options accepted by resources.executionContext.with(...).

    interface ExecutionContextOptions {
        createCorrelationId?: () => string;
        cycleDetection?: boolean | CycleDetectionOptions;
        frames?: ExecutionContextFramesMode;
    }
    Index

    Properties

    createCorrelationId?: () => string

    Custom correlation id factory for new top-level executions.

    cycleDetection?: boolean | CycleDetectionOptions

    Enables cycle detection or customizes its thresholds.

    Controls whether full frame stacks are tracked or skipped.