ai-lens 0.8.55 → 0.8.58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.commithash +1 -1
- package/client/sender.js +1 -0
- package/package.json +1 -1
package/.commithash
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
ff486ce
|
package/client/sender.js
CHANGED
|
@@ -614,6 +614,7 @@ async function postEvents(serverUrl, events, identity, authToken) {
|
|
|
614
614
|
const { version: clientVersion, commit: clientCommit } = getClientVersion();
|
|
615
615
|
const headers = {
|
|
616
616
|
'Content-Type': 'application/json',
|
|
617
|
+
'Connection': 'close',
|
|
617
618
|
'X-Client-Version': `${clientVersion}+${clientCommit}`,
|
|
618
619
|
};
|
|
619
620
|
if (identity.email) headers['X-Developer-Git-Email'] = identity.email;
|