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
Hi @Kaspiman, you can't do this right now but you could do this the other way around by setting the console instrumentation type to attribute in your configuration, and use the #[Traceable] attribute on the commands you want to trace.
Check out the components tracing instrumentation documentation page.
Still, I would indeed like to implement that kind of configuration when the instrumentation type is set to auto but I aim to implement this type of feature when the alpha pre-release milestone is finished as described in the versioning section of the ReadMe.
For example, i don't want to trace infra-commands like:
cache:clear
orassets:install
(https://symfony.com/doc/current/console.html).So, we will have config like this:
Also, similar feature already here #126
Could i do this thing?
The text was updated successfully, but these errors were encountered: