Trending tracking 2 (#7162)

* Move

(cherry picked from commit bfb96f4ce2)

* Add to recommeded too

(cherry picked from commit e6844883a6)

---------

Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
This commit is contained in:
Eric Bailey
2024-12-18 13:55:59 -06:00
committed by GitHub
parent a7f763faf2
commit c8e307b5cf
3 changed files with 49 additions and 10 deletions
+5 -1
View File
@@ -239,6 +239,10 @@ export type LogEvents = {
'trendingTopics:show': {}
'trendingTopics:hide': {
context: 'sidebar' | 'interstitial' | 'explore'
context:
| 'sidebar'
| 'interstitial'
| 'explore:trending'
| 'explore:recommendations'
}
}