-
Notifications
You must be signed in to change notification settings - Fork 35
Return eventId from Tracker.track() #304
Copy link
Copy link
Closed
Labels
category:breaking_changeA breaking change will be introduced if this issue is completed.A breaking change will be introduced if this issue is completed.priority:lowNot on the roadmap.Not on the roadmap.status:completedCompleted - but might not be released yet.Completed - but might not be released yet.type:enhancementNew features or improvements to existing features.New features or improvements to existing features.
Milestone
Metadata
Metadata
Assignees
Labels
category:breaking_changeA breaking change will be introduced if this issue is completed.A breaking change will be introduced if this issue is completed.priority:lowNot on the roadmap.Not on the roadmap.status:completedCompleted - but might not be released yet.Completed - but might not be released yet.type:enhancementNew features or improvements to existing features.New features or improvements to existing features.
The event ID (a UUID string) is generated when an Event object is created. We also currently provide the option for the user to override this and manually set an event ID.
This is risky and could result in events not having unique IDs. This functionality should be deprecated.