Disable prod admin internal analytics tracking

This commit is contained in:
Matt Lott 2015-01-20 14:08:19 -08:00
parent 25f01db701
commit ffb59d5cec

View file

@ -62,7 +62,7 @@ module.exports = class Tracker
# https://segment.com/docs/integrations/mixpanel/
properties = properties or {}
@trackEventInternal action, _.cloneDeep properties
@trackEventInternal action, _.cloneDeep properties unless me?.isAdmin() and @isProduction
console.log 'Would track analytics event:', action, properties, includeIntegrations if debugAnalytics
return unless me and @isProduction and analytics? and not me.isAdmin()