Browse Source

Merge pull request #861 from LedgerHQ/only-need-productId

Only need productId field
master
Meriadec Pillet 7 years ago
committed by GitHub
parent
commit
a2c507aa0d
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