Update events

This commit is contained in:
Eric Bailey
2025-01-17 16:26:21 -06:00
parent 941bfd11cd
commit e2512141cd
5 changed files with 19 additions and 11 deletions
+3 -3
View File
@@ -253,10 +253,10 @@ export type LogEvents = {
context: 'settings'
}
'trendingVideos:hide': {
context: 'settings' | 'interstitial' | 'explore'
context: 'settings' | 'interstitial:discover' | 'interstitial:explore'
}
'trendingVideo:click': {
context: 'interstitial' | 'explore'
'videoCard:click': {
context: 'interstitial:discover' | 'interstitial:explore' | 'feed'
}
'progressGuide:hide': {}