context
Definition
/**
* Create a root Context (no active span).
*
* A span created in this context becomes a new trace root. Attach an active span with
* Context::withActiveSpan() to make subsequent spans its children.
*
* @param null|Baggage $baggage Optional Baggage to use
*/
context(?Baggage $baggage) : Context