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
TelemetryContext.GlobalProperties was copied to TelemetryContext.Properties in RichPayloadEventSource.Process()
without checking if RichPayloadEventSource is enabled or not.
This is unwanted computation if RichPayloadEventSource is not enabled.