HoneylixirTracing.current_propagation_context
You're seeing just the function
current_propagation_context
, go back to HoneylixirTracing module for more information.
Specs
current_propagation_context() :: HoneylixirTracing.Propagation.t() | nil
Provides a t:Honeylixir.Propagation.t/0
for sharing tracing data between processes.
If there is no span currently active, this will return nil
.