update anonymous id (#12503)

Co-authored-by: Dan Finlay <542863+danfinlay@users.noreply.github.com>
feature/default_network_editable
Brad Decker 3 years ago committed by GitHub
parent d72f7295a3
commit 22f7baebdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      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

Loading…
Cancel
Save