diff options
Diffstat (limited to 'src/screens/Search/modules/ExploreTrendingTopics.tsx')
-rw-r--r-- | src/screens/Search/modules/ExploreTrendingTopics.tsx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/screens/Search/modules/ExploreTrendingTopics.tsx b/src/screens/Search/modules/ExploreTrendingTopics.tsx index ee541e385..130eb1e5e 100644 --- a/src/screens/Search/modules/ExploreTrendingTopics.tsx +++ b/src/screens/Search/modules/ExploreTrendingTopics.tsx @@ -44,7 +44,11 @@ function Inner() { trend={trend} rank={index + 1} onPress={() => { - logger.metric('trendingTopic:click', {context: 'explore'}) + logger.metric( + 'trendingTopic:click', + {context: 'explore'}, + {statsig: true}, + ) }} /> ))} |