-
-
Notifications
You must be signed in to change notification settings - Fork 224
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: add share tracking #1250
Merged
Merged
feat: add share tracking #1250
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
β Deploy Preview for oss-insights failed.
|
β Deploy Preview for design-insights ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
bdougie
force-pushed
the
custom-share-events
branch
from
June 6, 2023 06:33
fcf5a82
to
11a6960
Compare
bdougie
commented
Jun 6, 2023
components/molecules/ContributorProfileHeader/contributor-profile-header.tsx
Outdated
Show resolved
Hide resolved
brandonroberts
approved these changes
Jun 6, 2023
OgDev-01
approved these changes
Jun 6, 2023
github-actions bot
pushed a commit
that referenced
this pull request
Jun 6, 2023
## [1.51.0-beta.2](v1.51.0-beta.1...v1.51.0-beta.2) (2023-06-06) ### π Features * add share tracking ([#1250](#1250)) ([5b7d331](5b7d331)) ### π Bug Fixes * update hook for Posthog ([cd4f32c](cd4f32c)) * update medium activity threshold for repositories ([#1251](#1251)) ([4730533](4730533)), closes [#1224](#1224)
π This PR is included in version 1.51.0-beta.2 π The release is available on GitHub release Your semantic-release bot π¦π |
github-actions bot
pushed a commit
that referenced
this pull request
Jun 6, 2023
## [1.51.0](v1.50.0...v1.51.0) (2023-06-06) ### π Features * add share tracking ([#1250](#1250)) ([5b7d331](5b7d331)) * implement dynamic redirect on auth ([#1240](#1240)) ([548cc4d](548cc4d)) ### π Bug Fixes * Footer Location on Smaller Screens ([#1242](#1242)) ([8b2356a](8b2356a)) * reports select issue ([#1239](#1239)) ([a48bc87](a48bc87)) * update contributors hook to use contributor API endpoint ([#1238](#1238)) ([eff01c0](eff01c0)) * update hook for Posthog ([cd4f32c](cd4f32c)) * update medium activity threshold for repositories ([#1251](#1251)) ([4730533](4730533)), closes [#1224](#1224)
π This PR is included in version 1.51.0 π The release is available on GitHub release Your semantic-release bot π¦π |
4 tasks
ElpisHelle
added a commit
to ElpisHelle/next.js-tailwindcss
that referenced
this pull request
Aug 17, 2023
## [1.51.0-beta.2](open-sauced/app@v1.51.0-beta.1...v1.51.0-beta.2) (2023-06-06) ### π Features * add share tracking ([#1250](open-sauced/app#1250)) ([5b7d331](open-sauced/app@5b7d331)) ### π Bug Fixes * update hook for Posthog ([cd4f32c](open-sauced/app@cd4f32c)) * update medium activity threshold for repositories ([#1251](open-sauced/app#1251)) ([4730533](open-sauced/app@4730533)), closes [#1224](open-sauced/app#1224)
ElpisHelle
added a commit
to ElpisHelle/next.js-tailwindcss
that referenced
this pull request
Aug 17, 2023
## [1.51.0](open-sauced/app@v1.50.0...v1.51.0) (2023-06-06) ### π Features * add share tracking ([#1250](open-sauced/app#1250)) ([5b7d331](open-sauced/app@5b7d331)) * implement dynamic redirect on auth ([#1240](open-sauced/app#1240)) ([548cc4d](open-sauced/app@548cc4d)) ### π Bug Fixes * Footer Location on Smaller Screens ([#1242](open-sauced/app#1242)) ([8b2356a](open-sauced/app@8b2356a)) * reports select issue ([#1239](open-sauced/app#1239)) ([a48bc87](open-sauced/app@a48bc87)) * update contributors hook to use contributor API endpoint ([#1238](open-sauced/app#1238)) ([eff01c0](open-sauced/app@eff01c0)) * update hook for Posthog ([cd4f32c](open-sauced/app@cd4f32c)) * update medium activity threshold for repositories ([#1251](open-sauced/app#1251)) ([4730533](open-sauced/app@4730533)), closes [#1224](open-sauced/app#1224)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What type of PR is this? (check all applicable)
Description
Add PostHog tracking to ContributorProfileHeader component. The usePostHog hook is imported and used to capture the event when the user copies the profile URL to the clipboard. The captured event includes the user's username.
Generated using OpenSauced.
Related Tickets & Documents
Leverage this tutorial as a guide from the posthog documentation
https://posthog.com/tutorials/nextjs-analytics
Mobile & Desktop Screenshots/Recordings
Added tests?
Added to documentation?
[optional] Are there any post-deployment tasks we need to perform?
Need to update posthog live events dashboard to capture data in a shareable dashboard.
[optional] What gif best describes this PR or how it makes you feel?