Appsignal.Tracer.current_span

You're seeing just the function current_span, go back to Appsignal.Tracer module for more information.

Specs

current_span() :: Appsignal.Span.t() | nil

Returns the current span in the current process.

Specs

current_span(pid()) :: Appsignal.Span.t() | nil

Returns the current span in the passed pid's process.