feat(analytics): introduce console logger functionality for analytics on both mobile and desktop

- Delete EXPO_PUBLIC_IS_ANALYTICS_LOGGER_ENABLED evn variable and replace it with toggle in dev utils.
This commit is contained in:
Matej Kriz
2026-02-11 17:00:03 +01:00
committed by Matěj Kříž
parent f0500bb4fb
commit ecd7aa6fc7
24 changed files with 184 additions and 74 deletions

View File

@@ -11797,6 +11797,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@suite-native/analytics-redux@workspace:suite-native/analytics-redux"
dependencies:
"@reduxjs/toolkit": "npm:2.11.0"
"@suite-common/analytics-redux": "workspace:*"
"@suite-common/redux-utils": "workspace:*"
"@suite-native/analytics": "workspace:*"
@@ -11811,13 +11812,13 @@ __metadata:
version: 0.0.0-use.local
resolution: "@suite-native/analytics@workspace:suite-native/analytics"
dependencies:
"@reduxjs/toolkit": "npm:2.11.0"
"@suite-common/analytics": "workspace:*"
"@suite-common/suite-constants": "workspace:*"
"@suite-common/suite-types": "workspace:*"
"@suite-common/trading": "workspace:*"
"@suite-common/wallet-config": "workspace:*"
"@suite-common/wallet-types": "workspace:*"
"@suite-native/config": "workspace:*"
"@trezor/analytics-uploader": "workspace:*"
"@trezor/blockchain-link-types": "workspace:*"
"@trezor/connect": "workspace:*"