Browse Source
Merge pull request #861 from LedgerHQ/only-need-productId
Only need productId field
master
Meriadec Pillet
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
2 deletions
-
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__, |
|
|
|