mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
change anonymous id to quotation marks (#12068)
This commit is contained in:
parent
3de3765425
commit
930ab4dfc7
@ -110,7 +110,9 @@
|
|||||||
* the page view
|
* the page view
|
||||||
*/
|
*/
|
||||||
|
|
||||||
export const METAMETRICS_ANONYMOUS_ID = '0x0000000000000000';
|
// 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 = '""';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This object is used to identify events that are triggered by the background
|
* This object is used to identify events that are triggered by the background
|
||||||
|
Loading…
x
Reference in New Issue
Block a user