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
Right now, if the user wants to do proxy[x].invoke<&Test::xyz>(some args) (not the message variant) we don't get tracing on these. We want to put these in the registry when tracing is enabled and add the trace context to them in that case.
The text was updated successfully, but these errors were encountered:
What Needs to be Done?
Right now, if the user wants to do
proxy[x].invoke<&Test::xyz>(some args)
(not the message variant) we don't get tracing on these. We want to put these in the registry when tracing is enabled and add the trace context to them in that case.The text was updated successfully, but these errors were encountered: