docs: add cloud sandbox development documentation#16425
Draft
docs: add cloud sandbox development documentation#16425
Conversation
Add primary sandbox documentation page covering Quick Start, IDE integration (VS Code Remote-SSH, JetBrains Gateway, terminal), port forwarding, logs, sync, lifecycle management, and troubleshooting. Add cross-reference callouts to existing environment and devservices docs.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
Add detailed setup instructions including multi-root workspace, Python interpreter config, recommended extensions, settings JSON, debugging with launch.json, JetBrains SDK/source roots, and database tool config.
Add convenience commands to the command reference table, quick reference, and a new "Running Commands" section with usage examples.
Add port profiles section (devserver, services, all) and hybrid mode workflow for running devserver locally with remote sandbox services. Includes step to stop remote devserver to free VM resources.
Simplify hybrid mode docs from 4 manual steps to a single devservices sandbox hybrid command. Add hybrid to command reference tables.
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.
Summary
Adds comprehensive Cloud Sandbox documentation for developing sentry/getsentry on pre-configured GCE virtual machines.
Changes
New page:
develop-docs/development-infrastructure/sandbox.mdx(~460 lines)Complete sandbox documentation covering:
--color/--no-colorwith auto-detect)Modified:
devservices.mdx--colorflagModified:
environment/index.mdxTest plan