docs: add investigation for new-user activation drop after signup credit removal#1086
Open
kilo-code-bot[bot] wants to merge 2 commits intomainfrom
Open
docs: add investigation for new-user activation drop after signup credit removal#1086kilo-code-bot[bot] wants to merge 2 commits intomainfrom
kilo-code-bot[bot] wants to merge 2 commits intomainfrom
Conversation
Document the removal of the $5 automatic welcome credit as the primary cause of the activation drop for new users who passed Stytch validation. Includes full timeline with commit hashes, authors, and summaries.
Contributor
Author
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (1 files)
Reviewed by gpt-5.4-20260305 · 95,655 tokens |
…it removed on March 11 via PR #940
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
831f1b2fwas never merged tomain— it existed only on branchremove-free-5-signup-creditin PR feat(credits): remove free $5 credit for new users #928, which was closed without merging on 2026-03-09 09:16:19 UTCmainonly when PR feat(credits): remove free $5 credit for new users #940 (from branchmark/remove-free-5-signup-creditwith re-authored commits) was merged on 2026-03-11 at 14:02:54 UTCmainuntil March 11Verification
git merge-base --is-ancestor 831f1b2f mainreturns exit code 1 (not an ancestor of main)git branch -a --contains 831f1b2fshows onlyremotes/origin/remove-free-5-signup-creditgh pr view 928confirms PR was closed without merging on 2026-03-09 09:16:19 UTCgh pr view 940confirms PR was merged on 2026-03-11 14:02:54 UTC with merge commit47d0cc2dgit show --format=fulleron all relevant commits confirmed exact timestampsVisual Changes
N/A
Reviewer Notes
The original document implied commit
831f1b2fdisabled the credit onmainon March 9, which could lead to incorrect root cause analysis timing. The credit was only removed frommainon March 11 via PR #940. This is a meaningful correction if the activation drop timeline is being correlated with deployment dates.