feat(desktop): add Dev Cloud region - #94689
Merged
Merged
Conversation
Generated-By: PostHog Desktop Task-Id: 262709b3-c4c7-405c-a5f6-be8bb48e5993
|
😎 Merged successfully - details. |
Contributor
🤖 CI report✅ Trunk lane — non-backend laneThis PR is assigned to the non-backend lane. It does not run backend Python tests and may merge in parallel with PRs in other lanes. |
HostHog preview —
|
Contributor
|
React Doctor found 1 issue in 1 file · 1 warning. 1 warning
Reviewed by React Doctor for commit |
Generated-By: PostHog Desktop Task-Id: 262709b3-c4c7-405c-a5f6-be8bb48e5993
dmarticus
marked this pull request as ready for review
September 4, 2026 15:42
Contributor
|
Reviews (1): Last reviewed commit: "fix(desktop): list Dev Cloud before loca..." | Re-trigger Greptile |
tatoalo
approved these changes
Sep 4, 2026
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.
Problem
Desktop developers cannot sign in to the shared Dev Cloud deployment without changing the local-only development region.
Why: Deployed OAuth integrations (such as Slack) need a hosted test path while existing Local development sessions keep using localhost.
Changes
dev-cloud. The existingdevvalue stays unchanged.How did you test this code?
👉 Stay up-to-date with PostHog coding conventions for a smoother review.
Automatic notifications
Docs update
Updated the local-development guide to explain Local development, Dev Cloud, and the separate analytics host setting.
🤖 Agent context
Autonomy: Human-driven (agent-assisted)
Codex used the Desktop development build, Storybook, and GitHub tooling. Invoked skills:
posthog-desktop,writing-tests,writing-user-facing-copy,test-electron-app, andwriting-pr-descriptions.The final design adds a separate hosted region and keeps the existing local region compatible.
Created with PostHog Desktop