We’re currently moving from a Node SDK solution to a Javascript SDK and have some questions about how user properties and sessions interact.
- The client sends an $identify event to persist user properties.
- Events have a sequence id which tracks the sequence of events.
- If the $identify event is received out of order, will all events that occurred on the client after the $identify event have the correct data? i.e have a higher sequence id
- If events came in from an older session, would they have the user properties set within that session or would they use current user properties set from the most recent session?