You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: stamp userId on traits_updated session events (#48)
* fix: stamp userId on traits_updated events
Slim session payloads omitted userId from traits_updated even though the
sink already had the runtime id. Collector could not associate a traits
bag with the current user unless setUserId also ran in the debounce window.
Co-authored-by: Deepak Gupta <deepakg202@users.noreply.github.com>
* chore: bump packages to 0.8.12
CI requires a tugboat version bump. Keep tugboat_dio on the same lockstep
line; adapter behavior is unchanged.
Co-authored-by: Deepak Gupta <deepakg202@users.noreply.github.com>
* fix: stamp userId and traits on all session events
user_changed and session_end now send the current runtime userId plus the
traits bag (or cached traitsId). Slim payloads had dropped those fields, so
the collector lost identity on user-only updates and on session close.
Co-authored-by: Deepak Gupta <deepakg202@users.noreply.github.com>
---------
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Deepak Gupta <deepakg202@users.noreply.github.com>
0 commit comments