-
Notifications
You must be signed in to change notification settings - Fork 295
Closed
Description
I am attempting to troubleshoot issues with custom telemetry correlation and it is difficult to step into the app insights library to identify what is going wrong. It would be helpful if the core library (Microsoft.ApplicationInsights) supported sourcelink. This is already supported on the netcore logging library here:
ApplicationInsights-dotnet/LOGGING/src/ILogger/ILogger.csproj
Lines 50 to 53 in 35176da
| <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0"> | |
| <PrivateAssets>all</PrivateAssets> | |
| <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> | |
| </PackageReference> |
Reactions are currently unavailable