fix: filter remotedependency data sent over to appinsights and include...
This MR filters remoteDependencyData
sent to Azure appinsights. If the remotedependencyData
has success attribute set to true
then such telemetry data is not sent to appinsights.
Additionally, there is a fix to ensure traceparent
is always propagated if the incoming request has such a header.