Ashley Finafrock
Ashley Finafrock
From @joshgummersall 's comment in [PR#3247](https://github.com/microsoft/botbuilder-js/pull/3247) > @Zerryth are you still planning on resolving #2782 as well? **Short answer is *yes*.** 😅 I'll go ahead and start working on it,...
@axelsrz I did a little bit of digging by running sample 11.qnamaker for C#, JS, and Python bots. *All* of which resulted in the trace info not being shown in...
Additionally, forgot to add, trying to repro the user's steps, I tried going to Emulator > Services > + > Add QnA Maker as they have done, it prompts you...
Ok. Confirmed that LUIS is sending traces the same way as is done in QnA Maker packages: https://github.com/microsoft/botbuilder-python/blob/c85bafaacda5aa44d61fafa39927db74047fc060/libraries/botbuilder-ai/botbuilder/ai/luis/luis_recognizer_v3.py#L286 The SDK creates a trace activity, then uses `TurnContext.send_activity` to send the...