feat: Rust native symbol upload guidance + contract lock - #262
Open
cat-ph wants to merge 7 commits into
Open
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 21, 2026
cat-ph
force-pushed
the
cat/rust-symbol-upload-variant
branch
from
July 27, 2026 18:04
10a5dc1 to
24fdf02
Compare
cat-ph
force-pushed
the
cat/rust-symbol-upload-variant
branch
from
July 29, 2026 13:11
24fdf02 to
eaddabc
Compare
cat-ph
marked this pull request as ready for review
July 29, 2026 15:54
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.
Related PRs:
rustto the automatable variants + posthog-cli preinstall)Rust half of the native symbol-set rollout (Go is staged behind its SDK release):
error-tracking-upload-source-maps:rustvariant (docs page is live) + native-binary guidance in the shared description — Cargo debug-info profile with the macOSsplit-debuginfoand explicit-stripgotchas, the standaloneposthog-cli symbol-sets uploadstep wired into the resolved build command, dotenv/CI credential rules, and a test affordance that re-runs the upload before verifying.error-tracking:rustinstallation variant (docs page has been live since #17583).init_globalre-export,capture_exception_with,in_app_include_paths/in_app_exclude_paths, opt-incapture_panics).Build note:
npm run buildpasses — both new skills generate and all docs URLs fetch (the rust upload page went live with the docs PR above). The skill says "the wizard pre-installs posthog-cli"; that lands in the companion wizard PR, and there is no version window where an old wizard can reach this skill (old wizards never resolve arustvariant).Review note (codex, 4 rounds): accepted fixes for global-client/feature-flag scoping, blocking-client capture shape, explicit upload in the build command and test flow. One finding rejected as pre-existing: the shared
error-trackingtemplate's JS-flavored wording (captureException(), "autocapture first") applies to every server-language variant (go, python, elixir) and is papered over by per-language commandments by design — making the template platform-neutral is queued as a separate change.🤖 Generated with Claude Code