botframework-sdk icon indicating copy to clipboard operation
botframework-sdk copied to clipboard

Normalize TraceActivities sent from the SDK

Open gabog opened this issue 5 years ago • 1 comments

We are currently sending several traces from different places in the SDK but we don't use consistent names, labels. Also, in some cases we use the ITurnContextExtensions.TraceActivityAsync() extension and in some others we create a trace activity by hand (Activity.CreateTraceActivity) and we send it back to the channel using SendActivity(). In addition to that, I haven't reviewed this in detail but I don't think we are sending the same traces for C#, JS and Python (but we need to research this further).

gabog avatar May 20 '20 14:05 gabog

Pushing this due to resourcing (Gary leaving soon for paternity leave), re-asses this on next milestone

axelsrz avatar Jul 22 '20 22:07 axelsrz

Closing this issue as the repository is scheduled for deprecation soon.

stevkan avatar Dec 09 '25 23:12 stevkan