File tree 3 files changed +8
-0
lines changed
ledger-live-desktop/src/renderer/analytics
ledger-live-mobile/src/analytics
3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " ledger-live-desktop " : patch
3
+ " live-mobile " : patch
4
+ ---
5
+
6
+ LLM / LLD - Add a platform user property
Original file line number Diff line number Diff line change @@ -210,6 +210,7 @@ const extraProperties = (store: ReduxStore) => {
210
210
appLanguage : language , // Needed for braze
211
211
region,
212
212
environment : process . env . SEGMENT_TEST ? "test" : __DEV__ ? "development" : "production" ,
213
+ platform : "desktop" ,
213
214
systemLanguage : systemLocale . language ,
214
215
systemRegion : systemLocale . region ,
215
216
osType,
Original file line number Diff line number Diff line change @@ -285,6 +285,7 @@ const extraProperties = async (store: AppStore) => {
285
285
androidVersionCode : getAndroidVersionCode ( VersionNumber . buildVersion ) ,
286
286
androidArchitecture : getAndroidArchitecture ( VersionNumber . buildVersion ) ,
287
287
environment : ANALYTICS_LOGS ? "development" : "production" ,
288
+ platform : "mobile" ,
288
289
systemLanguage : sensitiveAnalytics ? null : systemLanguage ,
289
290
language,
290
291
appLanguage : language , // In Braze it can't be called language
You can’t perform that action at this time.
0 commit comments