This PR addresses issue #80 and implements client_session schema version 1-0-2 with two new properties:
firstEventTimestamp – Timestamp of when the first event in the session was tracked. Taken from the device created timestamp of the first event in the session.
eventIndex – Index of the current event in the session. Starts at 1 as the sessionIndex.
The build is currently failing because of the integration tests since the schema is not yet published and Micro is not able to retrieve it.
Last time I thought about this I decided it must have been because it makes more sense in the warehouse when analysing. You cant have a 0th Session but you can have your 1st Session.
This PR addresses issue #80 and implements
client_session
schema version 1-0-2 with two new properties:firstEventTimestamp
– Timestamp of when the first event in the session was tracked. Taken from the device created timestamp of the first event in the session.eventIndex
– Index of the current event in the session. Starts at 1 as thesessionIndex
.The build is currently failing because of the integration tests since the schema is not yet published and Micro is not able to retrieve it.