-
Notifications
You must be signed in to change notification settings - Fork 291
feat: profile views #5315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: profile views #5315
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| ...(!!referrerPost && { | ||
| extra: JSON.stringify({ | ||
| referrer_target_id: referrerPost.id, | ||
| referrer_target_type: TargetType.Post, | ||
| author: user?.id && referrerPost.author?.id === user.id ? 1 : 0, | ||
| }), | ||
| }), | ||
| }); | ||
| setTrackedView(true); | ||
| }, [user, trackedView, logEvent, referrerPost]); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this needs to be reverted
|
@claude Please undo the change @capJavert mentions above here. |
|
Claude finished @AmarTrebinjac's task in 1m 23s —— View job Reverted the change ✓Tasks
SummaryI've successfully reverted the change that @capJavert mentioned. The PR had removed the Changes made:
The file |
This reverts the removal of usePostReferrerContext and associated referrer tracking logic from the ProfileView event. Co-authored-by: Amar Trebinjac <AmarTrebinjac@users.noreply.github.com>
Changes
Simple profile view widget showing views by week, month and total

Events
Did you introduce any new tracking events?
Experiment
Did you introduce any new experiments?
Manual Testing
Caution
Please make sure existing components are not breaking/affected by this PR
Preview domain
https://eng-362.preview.app.daily.dev