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
The Segment docs recommend using timestamp for historical analysis when chronology matters. In the case of this demo segment code we are ordering events within sessions. We should consider using timestamp instead of received_at.
The Segment docs recommend using timestamp for historical analysis when chronology matters. In the case of this demo segment code we are ordering events within sessions. We should consider using
timestamp
instead ofreceived_at
.https://segment.com/docs/spec/common/#timestamps
The tradeoff seems to be speed. Looks analyzing sessions seem to become much slower when we make this change.
The text was updated successfully, but these errors were encountered: