Browse Source

Only need productId field

master
Gaëtan Renaudeau 7 years ago
committed by GitHub
parent
commit
8439548f85
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/analytics/segment.js

2
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__,

Loading…
Cancel
Save