feat(source-maps): automate Go debug-symbol upload - #1030
Draft
cat-ph wants to merge 2 commits into
Draft
Conversation
🧙 Wizard CIRun the Wizard CI and test your changes against wizard-workbench example apps by replying with a GitHub comment using one of the following commands: Test all apps:
Test all apps in a directory:
Test an individual app:
Show more apps
Results will be posted here when complete. |
This was referenced Jul 29, 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.
Stacked on #938 (rust) — retarget to main after it merges.
Related PRs:
Flips
gofrom recognized-but-blocked to automatable, completing the native symbol-set pair:gojoinsAUTOMATABLE_VARIANTSandVARIANTS_REQUIRING_POSTHOG_CLI;DETECTION_ONLY_VARIANTSis gone (it existed only for go).goSdkVerifierprobe: boundedreadProjectFileread of the project's go.mod, matchingrequiredirectives only (single-line and block form) — amoduledeclaration,replace, orexcludemention never counts. The rust manifest read moved to the same bounded helper for consistency.MANUAL_SDK_INSTALL): go points at posthog-go, rust at posthog-rs; picker copy generalized.Everything server-side shipped: posthog-go v1.22.0 (grouped inline frames +
$debug_images, PostHog/posthog-go#260), the cymbal frame-order cutoff, CLI 0.9.1 (macOS Go binaries), and the live docs page.Warning
Merge gates: (1) #938 merges first (this stacks on it). (2) The
error-tracking-upload-source-maps-goskill ships with the context-mill PR above — release that before this, or every Go run fails at STEP 2 withERROR_RESOURCE_MISSING.Review notes (codex, 2 rounds): took bounded reads + require-only matching. Rejected wizard-side SDK version gating (a v1.21 project would upload unusable symbols) — that check belongs in the skill, whose agent can actually fix it (
go get @latest); the skill's gotcha now instructs exactly that.Tests: 44 focused (target precedence, go retained/missing-SDK classification, verifier: require block, commented, replace/exclude, missing); full build + lint clean.
🤖 Generated with Claude Code