Fix Growth telemetry admission and align PostHog dashboards - #1050
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
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.
Public SDK ingestion accepted arbitrary
tplane:events and property bags, allowing malformed runtime events to reach PostHog without transport metadata. Node capture and website ingestion now share known-event validation and a primitive metadata allowlist; ingestion caps bodies at 16 KiB. Legacy stream helpers report an explicitunknowntransport when callers omit it.Updated the two managed PostHog dashboards and added a Growth quick overview. Install copy attempts, browser form acceptance, demo milestones and public runtime counts are labeled independently; actual installs, activation, enrichment and email outcomes remain in Neon. Historical malformed events remain visible and the seven-day quality audit is unchanged.
Dashboard sync now preserves memberships outside managed dashboards, removes stale managed tiles, paginates remote lists and reports wiring failures. Weekly reports load dashboard details, separate additive series over completed UTC days, and mark unsupported or stale results unavailable.
Validation:
GROWTH_FORM_POLICY=growth_v1; telemetry package build passed.Live overview: https://us.posthog.com/project/406826/dashboard/2073577
The Node helper update reaches external package consumers in the next SDK release. The website admission fix takes effect when this change deploys.