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
Tracing improvements (#311)
* Use TryGetProperty when extracting tracing metadata to prevent exception being thrown in absence thereof
* Use JsonDocument.TryParseValue
* Handle empty metadata case and dispose of JsonDocument if instantiated
* Implement short-circuit to improve performance when there are no active diagnostic listeners