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 CHANGED
@@ -5960,7 +5960,6 @@ function identifyUser(userData, apiKey) {
5960
5960
  body: JSON.stringify({
5961
5961
  userId: userData.email,
5962
5962
  userAttributes: userData,
5963
- sessionId: null, // Will be set by client-side session recording
5964
5963
  posthogName: userData.email || userData.name || null // Update posthogName with email
5965
5964
  })
5966
5965
  });