feat(cymbal): set posthog-elixir wire-order cutoff at 2.13.0 - #73319
Merged
Conversation
Contributor
|
Reviews (1): Last reviewed commit: "feat(cymbal): set posthog-elixir wire-or..." | Re-trigger Greptile |
There was a problem hiding this comment.
Small, focused addition of one SDK version-cutoff entry mirroring an already-reviewed pattern (six prior instances), with a matching unit test; author is on the owning error-tracking team, which supplies the required independent assurance for this ingestion-path change, and there are no unresolved concerns or holds.
- Author wrote 0% of the modified lines and has 16 merged PRs in these paths (familiarity MODERATE).
- 👍 on the PR from chatgpt-codex-connector[bot], greptile-apps[bot], hex-security-app[bot].
Gate mechanics and policy version
| Gate | Result | |
|---|---|---|
| prerequisites | ✓ | all clear |
| deny-list | ✓ | no deny categories matched |
| size | ✓ | 28L, 1F substantive — within ceiling |
| tier | ✓ | T1-agent / T1b-small (28L, 1F, single-area, feat) |
| stamphog 2.0.0b3 | .stamphog/policy.yml @ 48d972a · reviewed head b9a2c04 |
ablaszkiewicz
approved these changes
Jul 23, 2026
2 tasks
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
Seventh SDK flip of the wire-order standardization (PostHog/sdk-specs#11): posthog-elixir ships canonical bottom-up frames in 2.13.0 (PostHog/posthog-elixir#160, latest release 2.12.1 + that PR's lone minor changeset; no other changesets pending).
This one was deliberately held until the elixir grouping fix (PostHog/posthog-elixir#164, released in 2.12.0) proved out: fleets on 2.12.x now fragment at ~2.4% unique fingerprints per event versus 40–99% on older versions, so the flip lands on a healthy grouping baseline.
Changes
posthog-elixirgetscanonical_since: Some(2.13.0); everything below (or unparseable) keeps normalizing.Merge sequencing
Watch
et-wire-order-launchas with the previous six. Elixir frames areplatform: "custom"(no resolution reshaping), so post-cutoff legacy reconstruction is byte-exact — no inline-expansion caveat here.How did you test this code?
Automated only: new
elixir_cutoff_gates_normalization_by_versionunit test; normalization module green (15 tests); clippy-D warningsand fmt clean. Seventh instance of the reviewed cutoff pattern. The companion flip branch was rebased onto elixir main v2.12.1 (which includes #164's handler changes — verified it introduces no additional frame-building path) with the full elixir suite green (322 passed) on the pinned toolchain.Automatic notifications
Docs update
Rollout process documented in the sdk-specs change.
🤖 Agent context
Autonomy: Human-driven (agent-assisted)
Claude Code authored this under my direction as step 7 of the flip rollout, after validating in production data that the #164 grouping fix works for upgraded fleets (2.4% unique fingerprints on 2.12.0 vs 91–99% on 2.4–2.5). Target version derived from the latest release plus #160's pending changeset.