[Statsig] Instrument feed display (#3455)

* [Statsig] Instrument feed display

* Back out leftover change
This commit is contained in:
dan 2024-04-09 23:09:42 +01:00 committed by GitHub
parent c96bc92042
commit c300d4cab6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 71 additions and 15 deletions

View file

@ -44,6 +44,12 @@ export type LogEvents = {
}
'onboarding:moderation:nextPressed': {}
'onboarding:finished:nextPressed': {}
'home:feedDisplayed': {
feedUrl: string
feedType: string
index: number
reason: 'focus' | 'tabbar-click' | 'pager-swipe' | 'desktop-sidebar-click'
}
'feed:endReached': {
feedUrl: string
feedType: string