Azure / durabletask

Durable Task Framework allows users to write long running persistent workflows in C# using the async/await capabilities.
Apache License 2.0
1.47k stars 287 forks source link

Update ActivitySource in OpenTelemetry sample #977

Closed bachuv closed 9 months ago

bachuv commented 9 months ago

This PR updates the ActivitySource from DurableTask to DurableTask.Core.

cgillum commented 9 months ago

I think we also need to update the README.md file in this directory.