Skip to content

eventlogger: use uuid for insertID, increment eventID at request time

Administrator requested to merge fa/event-id-randomness into main

Created by: attfarhan

Still seeing some missing events in Amplitude. Further simplify Amplitude insertIDs to just use a generated UUID. Also increment eventIDs at the time of request rather than at the time of log(), since I'm seeing some clashes, and this should be less racy.

Merge request reports

Loading