You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flaky warning while calling /outgoing-http-call endpoint in integration test workflow for root scope not being detached correctly. This warning was newly implemented in this upstream PR.
OpenTelemetry PHP recommendation is to place $scope->end and $scope->detach calls in a finally block to ensure all spans are ended and their scopes are always detached correctly.
The text was updated successfully, but these errors were encountered:
Flaky warning while calling
/outgoing-http-call
endpoint in integration test workflow for root scope not being detached correctly. This warning was newly implemented in this upstream PR.OpenTelemetry PHP recommendation is to place
$scope->end
and$scope->detach
calls in a finally block to ensure all spans are ended and their scopes are always detached correctly.The text was updated successfully, but these errors were encountered: