diff --git a/src/Config/ClientConfig.php b/src/Config/ClientConfig.php index 353ada2..a08c18c 100644 --- a/src/Config/ClientConfig.php +++ b/src/Config/ClientConfig.php @@ -110,6 +110,7 @@ final class ClientConfig implements JsonSerializable 'hostname' => $this->hostname, 'msg_timeout' => $this->msgTimeout, 'sample_rate' => $this->sampleRate, + 'snappy' => $this->snappy, 'tls_v1' => $this->tls, 'user_agent' => $this->userAgent, ];