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
It would be helpful to be able to use RemoteDependencyConstants together with TryGetOperationDetail instead of just using strings (dependency.TryGetOperationDetail(RemoteDependencyConstants.HttpResponseOperationDetailName, out var responseObject) instead of dependency.TryGetOperationDetail("HttpResponse", out var responseObject)). There is some, IMHO, great suggestions here to make TryGetOperationDetail easier to use but that repo is archived now.