add event context

This commit is contained in:
Hailey
2024-06-10 13:02:05 -07:00
parent 179c7829a9
commit f3356bc11c
2 changed files with 7 additions and 2 deletions
+6 -1
View File
@@ -65,7 +65,12 @@ export type LogEvents = {
feedUrl: string
feedType: string
index: number
reason: 'focus' | 'tabbar-click' | 'pager-swipe' | 'desktop-sidebar-click'
reason:
| 'focus'
| 'tabbar-click'
| 'pager-swipe'
| 'desktop-sidebar-click'
| 'starter-pack-initial-feed'
}
'feed:endReached:sampled': {
feedUrl: string