[botbuilder-dialogs] Waterfall dialogs do not log telemetry on reason===replaceCalled #6381
Labels
Bot Services
Required for internal Azure reporting. Do not remove. Do not change color.
customer-replied-to
Indicates that the team has replied to the issue reported by the customer. Do not delete.
customer-reported
Issue is created by anyone that is not a collaborator in the repository.
feature-request
A request for new functionality or an enhancement to an existing one.
needs-triage
The issue has just been created and it has not been reviewed by the team.
P1
Painful if we don't fix, won't block releasing
Milestone
Versions
Describe the bug
Telemetry is not logged if a waterfall dialog ends with replaceCalled, instead of endCalled or cancelCalled.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When a dialog ends through replaceCalled, telemetry should be logged.
Additional context
I imagine this is a slight oversight in the endDialog method of waterfallDialog, but it might've been done on purpose, in which case, I am sorry.
The text was updated successfully, but these errors were encountered: