Function capture_propagation_context
Function capture_propagation_context
Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-pii-redaction -p nemo-relay-ffi -p nemo-relay-types -p nemo-relay-plugin -p nemo-relay-worker-proto -p nemo-relay-worker.
pub fn capture_propagation_context() -> Result<PropagationContext>
Capture the current causal parent and its Relay root when available.
Importing the returned context preserves Relay event parentage. A rootless imported stack remains rootless until a local Agent scope establishes a new root; otherwise the context continues the originating Relay-derived observability trace. Use capture_rootless_propagation_context when the receiver must start a new trace instead.