You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(posthog): pass release-name and release-version as separate CLI flags (#8624)
posthog-cli sourcemap inject/upload combine --release-name and
--release-version server-side into "{name}@{version}". Every call site
(self-host's release workflow, review-enrichment, discovery-index, and the
self-host operator deploy script) only passed our own already-combined
string as --release-version, leaving --release-name unset. The CLI then
auto-derived its own name from git/package.json, silently doubling the
stored release id and breaking release-based symbol-set lookups.
Also wires self-host's previously-computed-but-unused resolvePostHogRelease
into its captured PostHog events, matching how review-enrichment and
discovery-index already tag captures with their release.
0 commit comments