status-im / status-mobile

a free (libre) open source, mobile OS for Ethereum
https://status.app
Mozilla Public License 2.0
3.92k stars 984 forks source link

Add logging of unique ID in Status log file for easy filtering user's events in Mixpanel #21510

Open pavloburykh opened 4 weeks ago

pavloburykh commented 4 weeks ago

Problem: Sometimes events appear in Mixpanel with significant delay. In this case we have to filter events by unique parameter (Distinct ID/User ID/Insert ID) in order to find event's of specific User.

To solve the problem we need to add logging of any unique ID (see screenshot below) In Status app, which we can use for filtering events in Mixpanel. This ID can be logged in Status log with DEBUG level enabled.

Image

Additional Information