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
When using the Traceable attribute, we should be able to configure a trace parameter condition that will be evaluated a runtime to effectively trace the class or method attached to the attribute.
The condition should an expression that can be evaluated with the expression language component.
In the context of Controller, we should expose the request. In the context of a Command, the command with it's input etc.