Hash client ID

This commit is contained in:
JonnyWong16 2018-02-22 07:29:56 -08:00
parent 655a359ef4
commit 3f3d1962c7

View file

@ -1674,7 +1674,7 @@ def generate_uuid():
def send_analytics():
tracker = Tracker.create('UA-111522699-2', client_id=CONFIG.PMS_UUID)
tracker = Tracker.create('UA-111522699-2', client_id=CONFIG.PMS_UUID, hash_client_id=True)
tracker.send('event', {
'category': 'system',
'action': 'install',