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
We are using this library to send events to segment but it seems the timestamp of the event does not have enough precision
i.e 2023-12-05T07:00:09.404Z
This is an issue when we send two events at the same time, so they go to segment with the same 3 ms digits values but if we extend to more digits it would work. Any idea what we can do to improve this?
We are using this library to send events to segment but it seems the timestamp of the event does not have enough precision
i.e
2023-12-05T07:00:09.404Z
This is an issue when we send two events at the same time, so they go to segment with the same 3 ms digits values but if we extend to more digits it would work. Any idea what we can do to improve this?
Code example:
The text was updated successfully, but these errors were encountered: