Fix snappy in ClientConfig serialize
This commit is contained in:
@@ -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,
|
||||
];
|
||||
|
Reference in New Issue
Block a user