Since updating my Nest client to version 2.2.1, I canโt see the request that I send to my elastic search client (now version 2.3.0). I used this line:
string searchJson = Encoding.UTF8.GetString(client.Serializer.Serialize(myQueryHere));
But this method now returns void instead of the used JSON. ConnectionStatus also does not exist, so I can no longer see the json I'm sending, does anyone know about this? CallDetails.RequestBodyInBytes is available, but returns null.
zappa source share