Package: effect
Module: References
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
TracerEnabled for disabling span registration instead of only propagationSignature
declare const DisablePropagation: Context.Reference<boolean>
Since v4.0.0