Skip to content

Conversation

@vcarl
Copy link
Member

@vcarl vcarl commented Oct 25, 2025

  • needs new secrets configured before ready to merge

@what-the-diff
Copy link

what-the-diff bot commented Oct 25, 2025

PR Summary

  • Added PostHog Keys
    Introduced keys for PostHog, a user behavior analytics tool, in the .env.example file. The added keys are VITE_PUBLIC_POSTHOG_KEY and VITE_PUBLIC_POSTHOG_HOST.

  • Secrets for PostHog in GitHub Actions
    Updated the GitHub Actions workflow file (node.js.yml) to include secrets for the same PostHog variables, ensuring secure implementation of user analytics.

  • Integrated Analytics in Application Component
    Updated entry.client.tsx file to integrate the PostHogProvider, the provider component from the PostHog JavaScript library, for tracking user behaviors in our application.

  • Incorporated PostHog keys in Deployment
    Made changes to deployment.yaml (Kubernetes deployment file) to include the PostHog environment variables, ensuring the user behavior analytics functionality is available upon deployment.

  • Updated Package Lists and Added PostHog JavaScript Library
    The package-lock.json and package.json files were updated to include the PostHog JavaScript library (posthog-js) version 1.280.1. This library provides the functionalities required for tracking user behavior analytics in the application.

@vcarl vcarl marked this pull request as ready for review October 27, 2025 19:22
@vcarl vcarl merged commit 1698763 into main Oct 27, 2025
5 checks passed
@vcarl vcarl deleted the vc-posthog branch October 27, 2025 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants