Skip to content
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: PostHog Custom Events #311

Merged
merged 8 commits into from
May 5, 2024
Merged

Conversation

tahierhussain
Copy link
Contributor

What

Added the required posthog custom events.

Why

The default PostHog events that were being triggered were too noisy. Therefore, to avoid this issue, we disabled the default capture and created our custom events, adding them only where necessary.

How

Posthog provides us to create custom events. Read more.

Can this PR break any existing features. If yes, please list possible items. If no, please explain why. (PS: Admins do not merge the PR without this section filled)

Yes. This PR has the potential to break existing features in the FE. Prior to this PR, in some instances, the onClick value was directly modified within the JSX part. For example: onClick={() => setData()}. However, including the posthog function call directly within the JSX part wouldn't be ideal. To address this, I've created a new function in such cases and refactored the code accordingly. But I have tested such cases thoroughly to make sure any existing features don't break.

Database Migrations

NA

Env Config

NA

Relevant Docs

https://posthog.com/docs/libraries/react

Related Issues or PRs

Cloud PR: https://github.com/Zipstack/unstract-cloud/pull/82

Dependencies Versions

NA

Notes on Testing

NA

Screenshots

NA

Checklist

I have read and understood the Contribution Guidelines.

Copy link

sonarcloud bot commented May 4, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@nehabagdia nehabagdia merged commit e2cb999 into main May 5, 2024
4 checks passed
@nehabagdia nehabagdia deleted the feature/posthog-custom-events branch May 5, 2024 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants