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 Jul 5, 2020. It is now read-only.
Telemetry object is created in onActivityEnd. And the timestamp is never assigned, which will be the timestamp of onActivityEnd by default. The timestamp is supposed to be the start time.
Telemetry object is created in onActivityEnd. And the timestamp is never assigned, which will be the timestamp of onActivityEnd by default. The timestamp is supposed to be the start time.
https://github.com/Microsoft/ApplicationInsights-dotnet-server/blob/develop/Src/DependencyCollector/Shared/Implementation/HttpCoreDiagnosticSourceListener.cs#L208