-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bot created using Composer is not logging the Telemetry track events to the Application insights. #9303
Comments
Hi @SandeepBhagoji202, I'm investigating this one. |
Thanks @ramfattah . |
Hi @ramfattah , I don't actually think the problem is with Template because I happened to check that the Telemetry track events and all the Pageviews were logging properly in the last month. But as of now , I don't see any telemetry track events or Pageviews getting logged in. I can only see the Parent Dialog getting logged as a single page view. Even most of the custom events are not loaded. Could you please let me know this. |
Asking clarifying questions:
|
Yes @ramfattah , I did update the Adaptive runtime package to 4.16.1. Earlier It was 4.15.2 and even with this runtime, I didn't see these pageviews , telemetry track events and some of the custom events logging. So I updated the runtime version to 4.16.1 to see if they might log. |
Hi @SandeepBhagoji202, thanks for the update. Is telemetry not being logged in specific area in the dialog? Or is it not working at all? |
This issue is related to microsoft/botbuilder-dotnet#6367
There is pull-request for this issue that was merged |
This issue will be fixed in the upcoming release as part of the PR #6391. |
I have a Chatbot built using Core Bot with QnA Maker Template from composer. I have added the Telemetry track event actions to log some of the Custom properties. But , I don't see any of those events getting logged to the azure application insights.
Version - v(2.1.2)
Browser
OS
Steps to reproduce the behavior:
Additional Information:
I have a FAQ Chatbot built using "Empty bot" template and It loads all the telemetry track events to the app Insights. But I don't see the same Behavior in this Chatbot built using "Core bot with QnA Maker" .
The text was updated successfully, but these errors were encountered: