Fix snappy in ClientConfig serialize

This commit is contained in:
2021-01-27 00:05:02 +03:00
parent ad4517d4ae
commit c94f2df32e

View File

@@ -110,6 +110,7 @@ final class ClientConfig implements JsonSerializable
'hostname' => $this->hostname, 'hostname' => $this->hostname,
'msg_timeout' => $this->msgTimeout, 'msg_timeout' => $this->msgTimeout,
'sample_rate' => $this->sampleRate, 'sample_rate' => $this->sampleRate,
'snappy' => $this->snappy,
'tls_v1' => $this->tls, 'tls_v1' => $this->tls,
'user_agent' => $this->userAgent, 'user_agent' => $this->userAgent,
]; ];