Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

[PORT] Update TelemetryClient to enable tracking of dialog ('page') views #342

Closed
tomlm opened this issue Mar 4, 2020 · 0 comments
Closed

Comments

@tomlm
Copy link
Contributor

tomlm commented Mar 4, 2020

Port this change from botbuilder-dotnet/master branch:
microsoft/botbuilder-dotnet#3440

Addresses #3441

Update TelemetryClient to enable tracking of page views and add automatic page view logging on dialog start for component / waterfall dialogs.

This PR now adds a new abstract class, LogTelemetryClient, as well as an implementation of it within the ApplicationInsights library, AppInsightsTelemetryClient. All current consumers of the existing BotTelemetryClient have been updated to use the new client, but leaving the existing functionality in place (marked as obselete) for backwards compatibility.

Changed projects

  • Microsoft.Bot.Builder.ApplicationInsights
  • Microsoft.Bot.Builder.Dialogs
  • Microsoft.Bot.Builder
  • integration
  • Microsoft.Bot.Builder.ApplicationInsights.Tests
  • Microsoft.Bot.Builder.Dialogs.Tests
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants