feat(mixpanel-skill): add session replay prompt to Quick Start and Full Greenfield flows#2475
Open
tylergoerzen-mxp wants to merge 1 commit intomainfrom
Open
feat(mixpanel-skill): add session replay prompt to Quick Start and Full Greenfield flows#2475tylergoerzen-mxp wants to merge 1 commit intomainfrom
tylergoerzen-mxp wants to merge 1 commit intomainfrom
Conversation
…ll Greenfield flows Adds a session replay nudge at the right moment in both implementation paths — after Live View verification, when the customer has confidence that events are flowing and is still in the init config mindset. Changes: - skill.md: Session replay offer added after Step 7 (Quick Start) and after Live View QA gate (Full Greenfield Phase 6). Includes client-side guard, default-masking reassurance, regulated-industry caveat (healthcare, fintech), and JS/Swift/Kotlin snippets. Both wrap-up sections (Step 8, Phase 8) now include a session replay verification step. - reference.md: New Session Replay section under SDK Implementation Guide with per-platform enable snippets, record_block_selector usage, privacy defaults, regulated-industry guidance, and verification steps. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
junhouse
approved these changes
Mar 23, 2026
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.
Summary
### Session Replaysection inreference.mdunder the SDK Implementation Guide with per-platform snippets, privacy defaults,record_block_selectorusage, regulated-industry guidance, and verification stepsThe nudge fires at the right moment in both flows — after Live View confirms events are flowing and the customer is still in the init config mindset, making it a one-line add with no setup friction.
Test plan
### Session Replaysection inreference.md🤖 Generated with Claude Code