jitsu icon indicating copy to clipboard operation
jitsu copied to clipboard

Property user_id being set to null through jitsu/js

Open brianlmoon opened this issue 4 months ago • 1 comments

Summary

When submitting a payload through jitsu/js to the track function, any property named user_id is set to null. This does not happen when submitting to our self hosted jitsu through other means. It only happens with jitsu/js.

System configuration and versions

2.9.0

Artifacts (logs, etc)

The following code in Typescript

    const response = await analytics.track('test', {user_id: 10, uid: 10})

yields this in the logs:

"user_id":null,"uid":10

brianlmoon avatar Aug 20 '25 16:08 brianlmoon

This issue is stale because it has been open for 60 days with no activity.

github-actions[bot] avatar Oct 20 '25 02:10 github-actions[bot]

This issue was closed because it has been inactive for 60 days since being marked as stale.

github-actions[bot] avatar Dec 19 '25 02:12 github-actions[bot]