Add link-click metrics (#6934)
* Add link-click metrics * Fix conditional
This commit is contained in:
@@ -211,6 +211,10 @@ export type LogEvents = {
|
||||
'starterPack:opened': {
|
||||
starterPack: string
|
||||
}
|
||||
'link:clicked': {
|
||||
url: string
|
||||
domain: string
|
||||
}
|
||||
|
||||
'feed:interstitial:profileCard:press': {}
|
||||
'feed:interstitial:feedCard:press': {}
|
||||
|
||||
Reference in New Issue
Block a user