Add logging of selected feed preference when displaying the following feed (#4789)
This commit is contained in:
parent
1b02f81cb8
commit
b3092413dd
2 changed files with 34 additions and 2 deletions
|
@ -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'}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue