Because we are implicitly implementing the Context feature for OpenTelemetry-php, we need to make sure that we have the global operations that we are expected to have for the API. These operations are listed here.
This ticket specifically covers the ability to Get the current Context. this is defined here
Success criteria: The API MUST return the Context associated with the caller's current execution unit.
Because we are implicitly implementing the Context feature for OpenTelemetry-php, we need to make sure that we have the global operations that we are expected to have for the API. These operations are listed here.
This ticket specifically covers the ability to Get the current Context. this is defined here
Success criteria: The API MUST return the Context associated with the caller's current execution unit.