feat(web): update PostHog connection guide#62
Merged
Conversation
lentil32
reviewed
Apr 9, 2026
apps/web/src/features/data-sources/data-source-connection-guide-dialog.tsx
Show resolved
Hide resolved
lentil32
added a commit
that referenced
this pull request
Apr 10, 2026
You can install any of these versions: `npm install -g @onequery/cli@<version>` ## [0.1.22] - 2026-04-10 ### 🚀 Features - *(web)* Update PostHog connection guide (#62) - Prepare landing deployment on cloudflare pages (#66) - Readme self host priority (#67) - *(cli)* Cut over use to source API (#65) <!-- generated - do not edit -->
This file contains hidden or 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
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.
One-Line Summary
Refresh the PostHog connection guide so users can find the right project settings, host URL, and personal API key fields without guessing.
User-Facing Changes
Settings -> Project -> Generalbefore asking for credentials.https://us.posthog.comorhttps://eu.posthog.com, not the SDKapi_hostcollection endpoint.Why This Changed
The previous PostHog guide described the required values at a high level, but it did not map them to the current PostHog UI. That left users to infer where
Project ID,Host URL, and Personal API key values actually live, and it made it easy to paste the wrong host from the SDK snippet.How It Changed
apps/web/src/features/data-sources/data-source-connection-guide-dialog.tsxto match the current PostHog settings flow.apps/web/public/images/posthog/so the new steps render with visual references.Verification
bun run formatbun lint --format json apps/web/src/features/data-sources/data-source-connection-guide-dialog.tsxVideo / Screenshot (Optional)