We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Changes are required for the bot runtime in order to have telemetry wired up by default.
Implement the default steps for wiring up telemetry. Doc for telemetry wire up with more details is here -> https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-telemetry?view=azure-bot-service-4.0
Use new DialogManager extension method UseTelemetry() to ensure telemetry client is made available when using declarative dialogs
Add new LogPersonalInformation app setting to appSettings.json as well as the editable settings in Composer.
"telemetry": { "logPersonalInformation": true },
The text was updated successfully, but these errors were encountered:
@cwhitten @vishwacsena - I will pick this work up initially, but will likely need to reach out for some validation / assistance
Sorry, something went wrong.
This is now being addressed in PR #2679
Closing in favor of #2679
garypretty
No branches or pull requests
Changes are required for the bot runtime in order to have telemetry wired up by default.
Implement the default steps for wiring up telemetry. Doc for telemetry wire up with more details is here -> https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-telemetry?view=azure-bot-service-4.0
Use new DialogManager extension method UseTelemetry() to ensure telemetry client is made available when using declarative dialogs
Add new LogPersonalInformation app setting to appSettings.json as well as the editable settings in Composer.
The text was updated successfully, but these errors were encountered: