1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 01:47:00 +01:00

change anonymous id to quotation marks (#12068)

This commit is contained in:
Brad Decker 2021-09-14 12:34:04 -05:00 committed by GitHub
parent 3de3765425
commit 930ab4dfc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,7 +110,9 @@
* 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