Add more data to trending metrics (#11565)

This commit is contained in:
DS Boyce
2026-09-04 16:11:20 -07:00
committed by GitHub
parent 1556804f78
commit e595243b1f
6 changed files with 48 additions and 15 deletions
@@ -17,6 +17,7 @@ import {Trending3_Stroke2_Corner1_Rounded as TrendingIcon} from '#/components/ic
import {Link} from '#/components/Link'
import * as Prompt from '#/components/Prompt'
import {
getTrendingTopicFeedUri,
TrendingTopicLink,
TrendingTopicsPrompt,
} from '#/components/TrendingTopics'
@@ -133,6 +134,7 @@ function Inner() {
onPress={() => {
ax.metric('trendingTopic:click', {
context: 'sidebar',
feedUri: getTrendingTopicFeedUri(topic),
rank,
recId: trending.recId,
})