From c8e307b5cf35580bc576cd26d9ec17a77d7bdba1 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 18 Dec 2024 13:55:59 -0600 Subject: Trending tracking 2 (#7162) * Move (cherry picked from commit bfb96f4ce287b140d25f36c678c0ac21bdb11b3d) * Add to recommeded too (cherry picked from commit e6844883a6c0dfeb1a36837d70c09e1240c32a06) --------- Co-authored-by: Dan Abramov --- src/lib/statsig/events.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/statsig/events.ts b/src/lib/statsig/events.ts index 76ba3257f..8d684a4e7 100644 --- a/src/lib/statsig/events.ts +++ b/src/lib/statsig/events.ts @@ -239,6 +239,10 @@ export type LogEvents = { 'trendingTopics:show': {} 'trendingTopics:hide': { - context: 'sidebar' | 'interstitial' | 'explore' + context: + | 'sidebar' + | 'interstitial' + | 'explore:trending' + | 'explore:recommendations' } } -- cgit 1.4.1