8 Commits

Author SHA1 Message Date
Jiří Čermák
ad87eac457 refactor: replace custom eslint script with nx one 2026-03-17 16:51:40 +01:00
Jiří Čermák
47c184a859 chore: add type keyword to all types in imports and exports 2026-03-17 16:51:40 +01:00
Ondrej Hajek
6138839e45 fix: Updated unit tests jest configs 2026-02-26 12:47:47 +01:00
Matej Kriz
5875723651 chore(analytics): filter out c_ params from console report
- We can check them in the full url.
2026-02-12 16:56:49 +01:00
Matej Kriz
103f882d46 feat(analytics-uploader): retrieve analytics params to object for console reporting 2026-02-12 16:56:49 +01:00
Matej Kriz
ecd7aa6fc7 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.
2026-02-12 16:56:49 +01:00
Matej Kriz
227b359351 feat(analytics): add custom analytics URL support for desktop
- Extend QueuedAnalytics with url option in InitOptions and setUrl method on the Analytics interface.

- Add customAnalyticsUrl to desktop DebugModeOptions, pass it during
analytics init, and create AnalyticsUrl debug settings component
allowing users to override the analytics endpoint URL.
2026-02-12 16:56:49 +01:00
Jan Václavík
fc78dc315a refactor(suite): Rename trezor/analytics to trezor/analytics-uploader
# Conflicts:
#	suite-native/analytics/src/getTypedNativeLegacyAnalytics.ts
#	suite/analytics/src/getTypedDesktopLegacyAnalytics.ts

# Conflicts:
#	suite-native/analytics/src/getTypedNativeAnalytics.ts
#	suite/analytics/src/getTypedDesktopAnalytics.ts
2026-01-29 10:35:28 +01:00