@internal
public static function shutdownHandler() : void { $scope = Context::storage()->scope(); if (!$scope) { return; } $scope->detach(); $span = Span::fromContext($scope->context()); $span->end(); }