Events generated by the Bot Framework Service telemetry not appearing in Application Insights #3767
Description
What project is affected?
Created Virtual assistant and Skill based on the following documents,
VA: https://microsoft.github.io/botframework-solutions/virtual-assistant/tutorials/create-assistant/typescript/3-create-project/
Skill: https://microsoft.github.io/botframework-solutions/skills/tutorials/create-skill/typescript/3-create-your-skill/
What language is this in?
Typescript
What happens?
Events generated by Bot Framework telemetry not appearing in Virtual assistant Application Insights which are below.
VA - Here I don't see all the events
But the same is coming fine at skill level, also here I don't see QnAMessage event
Skill
What are the steps to reproduce this issue?
Create VA and Skill based on the following URL, and start the conversation,
VA: https://microsoft.github.io/botframework-solutions/virtual-assistant/tutorials/create-assistant/typescript/3-create-project/
Skill: https://microsoft.github.io/botframework-solutions/skills/tutorials/create-skill/typescript/3-create-your-skill/
What were you expecting to happen?
https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-telemetry-reference?view=azure-bot-service-4.0 - all should be generating
And we are using the below versions for bot builder
"botbuilder": "^4.11.0", "botbuilder-ai": "^4.11.0", "botbuilder-applicationinsights": "^4.11.0", "botbuilder-azure": "^4.11.0", "botbuilder-dialogs": "^4.11.0", "botbuilder-lg": "^4.11.0", "botbuilder-testing": "^4.7.0", "botframework-config": "^4.11.0", "botframework-connector": "^4.11.0",
Thanks,
Sreekanth (Ecolab)