79267244

Date: 2024-12-10 06:50:01
Score: 1.5
Natty:
Report link

The Application Insights SDKs for .NET and .NET Core include a built-in feature called DependencyTrackingTelemetryModule that automatically tracks external calls your app makes, like database queries or API calls. For ASP.NET and ASP.NET Core apps, this feature is turned on by default when you set things up as explained in the official docs. It comes as part of the Microsoft.ApplicationInsights.DependencyCollector NuGet package, which is automatically added if you install the Microsoft.ApplicationInsights.Web or Microsoft.ApplicationInsights.AspNetCore packages. This doc will help you more : https://learn.microsoft.com/en-us/azure/azure-monitor/app/asp-net-dependencies

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Kirankumar Bharsadiya