1
0
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:
Brad Decker 2021-10-29 15:17:49 -05:00 committed by GitHub
parent d72f7295a3
commit 22f7baebdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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