humanbehavior-js 0.2.8 → 0.2.9
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/dist/cjs/index.js +0 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +0 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
- package/src/server.ts +0 -1
package/dist/esm/index.js
CHANGED
|
@@ -5956,7 +5956,6 @@ function identifyUser(userData, apiKey) {
|
|
|
5956
5956
|
body: JSON.stringify({
|
|
5957
5957
|
userId: userData.email,
|
|
5958
5958
|
userAttributes: userData,
|
|
5959
|
-
sessionId: null, // Will be set by client-side session recording
|
|
5960
5959
|
posthogName: userData.email || userData.name || null // Update posthogName with email
|
|
5961
5960
|
})
|
|
5962
5961
|
});
|