feat(outro): nudge users to run locally, confirm events, then deploy - #1065
Draft
posthog[bot] wants to merge 1 commit into
Draft
feat(outro): nudge users to run locally, confirm events, then deploy#1065posthog[bot] wants to merge 1 commit into
posthog[bot] wants to merge 1 commit into
Conversation
The default integration outro handed users a docs/dashboard/notebook link but never asked them to do the one thing that makes the install real: run the app, confirm events arrive, then ship. Add a two-beat activation CTA to the success outro's nextSteps plus a project-scoped live-events primaryLink, and fire a `wizard: activation cta shown` event so the previously unmeasurable post-install activation moment becomes a signal. Both surfaces (OutroScreen + getExitLine scrollback) render nextSteps and primaryLink generically, so the CTA survives the alt-screen teardown on exit. Warehouse-source bullets are folded in as additive items. Generated-By: PostHog Code Task-Id: 1c06ec7d-6c58-4046-83a2-aad9ca219c26
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
mcp → slack-connect → keep-skills) are all housekeeping. No run-locally / first-event / deploy nudge exists anywhere in the default flow.wizardCaptureevent of its own, so the drop-off between "wizard finished" and "live events flowing" can't be measured.Changes
nextSteps: run locally and trigger the events you instrumented → confirm they land → commit and deploy. Tone modelled on the existingSourceMapsOutroScreen.primaryLink, so the user lands on their own event stream.primaryLinkrenders on its own triple-click-selectable line in scrollback viagetExitLine, so the URL survives the alt-screen teardown on exit; the checklist bullets stay clean prose.wizard: activation cta shownevent fired when the success outro is built, making the activation moment measurable for the first time.nextStepscontent) are folded in as additive bullets — unchanged behaviour when no source is detected.No new screens or steps: both
OutroScreenandgetExitLinealready rendernextSteps/primaryLinkgenerically, so this is content, not architecture.Test plan
warehouse-suggestion.test.ts: activation CTA is unconditional, warehouse bullet is additive, and the live-eventsprimaryLinkis project-scoped.pnpm build && pnpm test(programs + TUI suites) green;pnpm fixclean.Created with PostHog Desktop from this inbox report, addressing #79165.