From 22f7baebdc334fa2461a6685b12457cb59f5d41f Mon Sep 17 00:00:00 2001 From: Brad Decker Date: Fri, 29 Oct 2021 15:17:49 -0500 Subject: [PATCH] update anonymous id (#12503) Co-authored-by: Dan Finlay <542863+danfinlay@users.noreply.github.com> --- shared/constants/metametrics.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/constants/metametrics.js b/shared/constants/metametrics.js index e9262d750..7f0a3804f 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 +// 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