You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 10, 2020. It is now read-only.
Repro Steps
Actual Behavior
Requests logged correctly, API call is child,


SQL Server call is NOT a child of root request. It is on the same level with request
Expected Behavior
SQL Server dependency should have request as parrent

NOTE: workaround is to store RequestId in Activity when request starts, and set parrentId in sql dependency in custom telemetryProccessor
Version Info
SDK Version : Microsoft.ApplicationInsights.AspNetCore Version=2.3.0 - 2.5.1
.NET Version : netcoreapp2.1