mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
update anonymous id (#12503)
Co-authored-by: Dan Finlay <542863+danfinlay@users.noreply.github.com>
This commit is contained in:
parent
d72f7295a3
commit
22f7baebdc
@ -110,9 +110,9 @@
|
||||
* the page view
|
||||
*/
|
||||
|
||||
// An empty string "" is a, currently undocumented, way of telling mixpanel
|
||||
// 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 = '""';
|
||||
export const METAMETRICS_ANONYMOUS_ID = '';
|
||||
|
||||
/**
|
||||
* This object is used to identify events that are triggered by the background
|
||||
|
Loading…
Reference in New Issue
Block a user