Open
Description
Mixpanel released an update on managing distinct IDs that is opt-in. It looks like, for the most part, there are no issues with updating. With 1 exception:
https://help.mixpanel.com/hc/en-us/articles/360039133851#benefits-of-the-new-system
You can no longer control the canonical id for users in Mixpanel
It looks like laravel-mixpanel assigns the user ID as the canonical ID for the user. To make sure our User IDs don't get wiped on the new system I propose that the package sends 'Laravel ID' or 'Database ID' as a property to Mixpanel so we can trace the profiles in Mixpanel back to their Laravel counterparts.