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/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
  });