[APP-1787] Some analytics cleanup (#9736)

* Clean up flags

* Move getMetadataForLogger

* Nail down attributers

* Polyfill features cache
This commit is contained in:
Eric Bailey
2026-01-22 16:57:59 -06:00
committed by GitHub
parent 6534630d16
commit df89b79c2a
9 changed files with 72 additions and 39 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ export function Onboarding() {
ENV !== 'e2e' &&
IS_NATIVE &&
findContactsEnabled &&
!ax.features.enabled(ax.features.DisableOnboardingFindContacts)
!ax.features.enabled(ax.features.ImportContactsOnboardingDisable)
const [state, dispatch] = useReducer(
reducer,
+1 -1
View File
@@ -213,7 +213,7 @@ export function SettingsScreen({}: Props) {
</SettingsList.LinkItem>
{IS_NATIVE &&
findContactsEnabled &&
!ax.features.enabled(ax.features.DisableSettingsFindContacts) && (
!ax.features.enabled(ax.features.ImportContactsSettingsDisable) && (
<SettingsList.LinkItem
to="/settings/find-contacts"
label={_(msg`Find friends from contacts`)}>