Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
fix(profile): update comments on engagement events list
Browse files Browse the repository at this point in the history
  • Loading branch information
jpezninjo committed Oct 18, 2023
1 parent 035000d commit 41fb0e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions telemetry/engagementProfileEvents.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const profileEvents = {
'profile.follow.follow-request': {
engagement_type: 'general',
},
// more button
// more button and more options dropdown
'profile.more.open': {
engagement_type: 'general',
},
Expand Down Expand Up @@ -93,7 +93,7 @@ export const profileEvents = {
'profile.modify_lists': {
engagement_type: 'general',
},
// details
// metrics details (# of posts, # of following, # of followers)
'profile.details.posts': {
engagement_type: 'general',
},
Expand All @@ -103,7 +103,7 @@ export const profileEvents = {
'profile.details.followers': {
engagement_type: 'general',
},
// tabs
// tabs (posts, post & replies, media)
'profile.tabs.posts': {
engagement_type: 'general',
},
Expand Down

0 comments on commit 41fb0e3

Please sign in to comment.