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
Resolved.
in my case try to register shutdown in Command::execute method (symfony/console package), but move it into Command::initialize method start register as expected.
I'lls try to use this library without global instances, so i ll use sdk helper like below (mostly for auto shutdown)
Then i use
$tracerProvider
in standart wayAfter script is normaly ended no any shutdown functions from providers are called.
But if i use sdk with this method
At the end everything are called properly (shutdown method from providers are called).
Also simple register shutdown also called normally
Try to find whats the root problem and didnt catch it. =/
The text was updated successfully, but these errors were encountered: