-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Update application insights version #22974
Conversation
4c40195
to
e56a02c
Compare
See microsoft/ApplicationInsights-dotnet#1152 for more details on this change. Unfortunately, I'm missing context on telemetry to be sure the fix is correct. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Per this comment
Keep one
TelemetryConfiguration
per app lifetime (a few is also fine), but you may create as many clients as you want.
Do not forget to disposeTelemetryConfiguration
when gracefully shutting down the application.
It looks like we're not doing that here, and probably we should be.
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
…o have noticeable impact on functionality.
Update application insights version
Merge pull request #22974 from dotnet/marcpopMSFT-updateappinsights
No description provided.