From e333eb4628868e2731b0fced4a583aac6af84ca7 Mon Sep 17 00:00:00 2001 From: Brad Decker Date: Thu, 6 Jan 2022 21:29:06 -0600 Subject: [PATCH] [Hotfix] track anonymous events appropriately (#13237) --- shared/constants/metametrics.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shared/constants/metametrics.js b/shared/constants/metametrics.js index 948a3d8d7..0c48fc605 100644 --- a/shared/constants/metametrics.js +++ b/shared/constants/metametrics.js @@ -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