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
We are having issues with the trackDependency function. When we send telemetry with http-method and path as the name parameter, it is overwritten with the type parameter + path.
This is the local object which is passed into telemetryClient.trackDependency:
This is the outcome in application insights:
The text was updated successfully, but these errors were encountered:
@sga-solita My testing of passing a custom name field to a trackDependency call using 3.4.0 of the SDK is showing dependency telemetry with the new custom name in Application Insights. Can you share you Application Insights startup code and the manual trackDependency call you expect to have a custom name field?
We are having issues with the trackDependency function. When we send telemetry with http-method and path as the
name
parameter, it is overwritten with thetype
parameter + path.This is the local object which is passed into telemetryClient.trackDependency:

This is the outcome in application insights:

The text was updated successfully, but these errors were encountered: