Skip to content

Commit 7b46144

Browse files
authored
Update durable-functions-diagnostics.md
1 parent 0bc205c commit 7b46144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/durable/durable-functions-diagnostics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ Clients get the following response:
544544
Distributed Tracing tracks requests and shows how different services interact with each other. In Durable Functions, it also correlates orchestrations, entities, and activities together. This is helpful to understand how much time steps of the orchestration take relative to the entire orchestration. It is also useful to understand where an application is having an issue or where an exception was thrown. This feature is supported in Application Insights for all languages and storage providers.
545545

546546
> [!NOTE]
547-
> Distributed Tracing V2 requires [Durable Functions v3.2.0](https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.DurableTask/3.2.0) or greater.
547+
> Distributed Tracing V2 requires [Microsoft.Azure.Functions.Worker.Extensions.DurableTask v1.4.0](https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Extensions.DurableTask/1.4.0) or greater. For non-.NET languages, manually install [Microsoft.Azure.WebJobs.Extensions.DurableTask v3.2.0](https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.DurableTask/3.2.0) by following the instructions [here](./durable-functions-extension-upgrade.md#manually-upgrade-the-durable-functions-extension).
548548
549549
### Setting up Distributed Tracing
550550

0 commit comments

Comments
 (0)