effect-io-ai

Package: effect
Module: References

References.DisablePropagation

Context reference for disabling trace propagation in the current context.

When to use

Use to mark tracing work as non-propagating while still allowing local span tracking.

Details

Annotated spans become non-propagating no-op spans, and parent selection skips spans marked with disabled propagation.

See

Signature

declare const DisablePropagation: Context.Reference<boolean>

Source

Since v4.0.0