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
The Durable Task Framework (DTFx) SDK provides Durable Task specific tracing across orchestration execution. The Durable Task .NET SDK provides no tracing (i.e. separate from any provided when used with Azure Durable Functions).
The Durable Task .NET SDK should match DTFx tracing so that, when used on its own, clients can get a complete picture of orchestration execution including how their own traces dovetail with DT execution.
Work in progress is here, basically a port of the DTFx behavior: