Skip to content
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

feat: [draft] add TelemetryLoggerMiddleware to runtime #2423

Closed
wants to merge 10 commits into from

Conversation

zidaneymar
Copy link
Contributor

@zidaneymar zidaneymar commented Mar 30, 2020

@github-actions
Copy link

Coverage Status

Coverage remained the same at 39.594% when pulling 366054b on qika/telemetry into b8b6a18 on master.

@@ -42,11 +42,6 @@ public static void Main(string[] args)
builder.AddJsonFile("appsettings.deployment.json", optional: true, reloadOnChange: true);
}

if (!env.IsDevelopment())
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why are you removing this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why are you removing this?

currently we don't have an user secret inside the botruntime, app password and luis authoring key are stored in file(appsettings)

@@ -31,6 +31,7 @@
<PackageReference Include="Microsoft.Bot.Builder.Integration.ApplicationInsights.Core" Version="4.8.0" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.8.0" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs" Version="4.8.0" />
<PackageReference Include="Microsoft.Bot.Builder.StreamingExtensions" Version="4.6.0-preview-191021-1" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this a 4.6.0 preview package? shouldn't it be 4.8.0?

@zidaneymar zidaneymar closed this Apr 14, 2020
@zidaneymar zidaneymar mentioned this pull request Apr 16, 2020
8 tasks
@cwhitten cwhitten deleted the qika/telemetry branch April 28, 2020 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants