microsoft / ApplicationInsights-Profiler-AspNetCore

Application Insights Profiler sample and documentation
MIT License
66 stars 23 forks source link

Investigate getting appId by leveraging IApplicationIdProvider #168

Open xiaomi7732 opened 2 years ago

xiaomi7732 commented 2 years ago

We should look into refresh our ways to get an app id:

Interface: https://github.com/microsoft/ApplicationInsights-dotnet/blob/main/BASE/src/Microsoft.ApplicationInsights/Extensibility/IApplicationIdProvider.cs

PR made that available: https://github.com/microsoft/ApplicationInsights-dotnet/pull/740/files

Details: https://github.com/microsoft/ApplicationInsights-dotnet/issues/739