mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +08:00
fix(mixpanel): Also include app version and platform in people analytics
This commit is contained in:
parent
815a50dd32
commit
dd58d793b7
1 changed files with 2 additions and 0 deletions
|
@ -82,4 +82,6 @@ AnalyticsStore = Reflux.createStore
|
|||
"$first_name": account.me().firstName()
|
||||
"$last_name": account.me().lastName()
|
||||
"accountId": account.id
|
||||
"platform": process.platform
|
||||
"version": atom.getVersion()
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue