Skip to content

feat: real Go fixture for the upload-source-maps workflow - #3297

Merged
cat-ph merged 1 commit into
mainfrom
cat/go-source-maps-fixture
Jul 30, 2026
Merged

feat: real Go fixture for the upload-source-maps workflow#3297
cat-ph merged 1 commit into
mainfrom
cat/go-source-maps-fixture

Conversation

@cat-ph

@cat-ph cat-ph commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Was stacked on #2955 (rust fixtures) — that merged, so this now targets main directly.

Related PRs:

Real Go test app fixture for the upload-source-maps workflow:

  • posthog-go v1.22.0 with one NewDefaultException capture at startup, hardcoded project token + internal-c host per the sibling fixture convention.
  • No linker flags anywhere — the skill's build-id gotcha requires the agent to add -ldflags="-B gobuildid" (Linux) / -compressdwarf=false (macOS) to the resolved build command; a bare go build project is the natural bait, no artificial setup needed.
  • findApps in wizard-ci discovers go.mod apps.
  • go build passes; go.sum committed.

🤖 Generated with Claude Code

Base automatically changed from cat/rust-source-maps-fixture to main July 30, 2026 16:07
@cat-ph
cat-ph force-pushed the cat/go-source-maps-fixture branch from 2920ad9 to 7466f40 Compare July 30, 2026 19:25
@cat-ph
cat-ph marked this pull request as ready for review July 30, 2026 19:47
@cat-ph
cat-ph requested review from a team as code owners July 30, 2026 19:47

@ablaszkiewicz ablaszkiewicz left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's go man!

@cat-ph
cat-ph merged commit f2d5fbe into main Jul 30, 2026
10 checks passed
@cat-ph
cat-ph deleted the cat/go-source-maps-fixture branch July 30, 2026 20:26
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