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
When I try out, I found LogFields' key with whitespace does NOT work. It will not show in UI, also not in the json. After I remove the white space, for example, "gRPC response" => gRPCResponse, it works properly.
When I try out, I found LogFields' key with whitespace does NOT work. It will not show in UI, also not in the json. After I remove the white space, for example, "gRPC response" => gRPCResponse, it works properly.
clientSpan.LogFields(log.Object("gRPC response", resp))
The text was updated successfully, but these errors were encountered: