You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: remove i18n and sentry remote config (#6478)
### Description
This PR removes remote config for:
- allowOtaTranslations - this should be configured via the app config,
it seems unnecessary to remotely configure it given that it is a mature
feature now and unlikely needs to be switched off dynamically (an
equivalent action is to simply stop pushing OTA translations)
- sentryTracesSampleRate - we've never needed to change this value
- sentryNetworkErrors - we've never needed to change this value
Removing dynamic config for these allows us to simplify the
interdependencies of core dependencies, and the app init saga can work
more reliably.
### Test plan
n/a
### Related issues
- Related to RET-1272
### Backwards compatibility
Y
### Network scalability
If a new NetworkId and/or Network are added in the future, the changes
in this PR will:
- [ ] Continue to work without code changes, OR trigger a compilation
error (guaranteeing we find it when a new network is added)
0 commit comments