Include recId with log event for suggested profiles (#10075)

This commit is contained in:
DS Boyce
2026-03-20 09:39:51 -07:00
committed by GitHub
parent 74d8ca8fa7
commit 0e1e790c34
3 changed files with 7 additions and 1 deletions
+1
View File
@@ -521,6 +521,7 @@ export type Events = {
| 'InterstitialProfile'
| 'Profile'
| 'Onboarding'
recId?: number | string
}
'suggestedUser:dismiss': {
logContext: 'InterstitialDiscover' | 'InterstitialProfile'