[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
@@ -24,7 +24,7 @@ export const enabled = createIsEnabledCheck(props => {
'2026-01-16T00:00:00.000Z',
props.currentProfile.createdAt,
) &&
!props.features.enabled(props.features.DisableLiveNowBeta)
!props.features.enabled(props.features.LiveNowBetaDisable)
)
})