Add logging of selected feed preference when displaying the following feed (#4789)

This commit is contained in:
Hailey
2024-08-07 17:13:29 -07:00
committed by GitHub
parent 1b02f81cb8
commit b3092413dd
2 changed files with 34 additions and 2 deletions
+6
View File
@@ -211,6 +211,12 @@ export type LogEvents = {
'feed:interstitial:profileCard:press': {}
'feed:interstitial:feedCard:press': {}
'debug:followingPrefs': {
followingShowRepliesFromPref: 'all' | 'following' | 'off'
followingRepliesMinLikePref: number
}
'debug:followingDisplayed': {}
'test:all:always': {}
'test:all:sometimes': {}
'test:all:boosted_by_gate1': {reason: 'base' | 'gate1'}