[Hotfix] track anonymous events appropriately (#13237)

feature/default_network_editable
Brad Decker 3 years ago committed by GitHub
parent af971cd5b6
commit e333eb4628
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      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

Loading…
Cancel
Save