From 8439548f858e0f5f021eacf3264ea0bf4099666f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Renaudeau?= Date: Wed, 4 Jul 2018 22:46:51 +0200 Subject: [PATCH] Only need productId field --- src/analytics/segment.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/analytics/segment.js b/src/analytics/segment.js index 4faa73d0..9be99887 100644 --- a/src/analytics/segment.js +++ b/src/analytics/segment.js @@ -30,8 +30,6 @@ const extraProperties = store => { const device = getCurrentDevice(state) const deviceInfo = device && { productId: device.productId, - product: device.product, - vendorId: device.vendorId, } return { appVersion: __APP_VERSION__,