mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
[Hotfix] track anonymous events appropriately (#13237)
This commit is contained in:
parent
af971cd5b6
commit
e333eb4628
@ -110,9 +110,9 @@
|
||||
* the page view
|
||||
*/
|
||||
|
||||
// An empty string is a, currently undocumented, way of telling mixpanel
|
||||
// that these events are meant to be anonymous and not identified to any user
|
||||
export const METAMETRICS_ANONYMOUS_ID = '';
|
||||
// Mixpanel converts the zero address value to a truly anonymous event, which
|
||||
// speeds up reporting
|
||||
export const METAMETRICS_ANONYMOUS_ID = '0x0000000000000000';
|
||||
|
||||
/**
|
||||
* This object is used to identify events that are triggered by the background
|
||||
|
Loading…
Reference in New Issue
Block a user