chore(analytics): remove dead Amplitude events and LISTEN_GATED#14304
Merged
Conversation
|
Removes zero-callsite Name enum entries (COMMENTS_REPLY_TO_COMMENT, CREATOR_NODE_SELECTION, SEARCH_TAB_CLICK, SERVICE_MONITOR_HEALTH_CHECK, SERVICE_MONITOR_REQUEST, SIGN_UP_REPAIR_*), deprecated social OAuth signup events (CREATE_ACCOUNT_*_TWITTER/INSTAGRAM/TIKTOK), BUY_AUDIO family events replaced by BUY_USDC, LISTEN_GATED with its callsite and payload type, and ARTIST_COIN_PURCHASE/ARTIST_RECOMMENDATIONS_POPUP from FollowSource. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
d6db033 to
1d28729
Compare
dylanjeffers
added a commit
that referenced
this pull request
May 14, 2026
Removes ~45 zero-callsite event definitions: legacy OAuth flows, dead create-account stubs, wAUDIO transfer events, abandoned Social Proof feature, playlist library UI events, performance instrumentation that never shipped, and more. Follows up on #14304. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Nameenum entries:COMMENTS_REPLY_TO_COMMENT,CREATOR_NODE_SELECTION,SEARCH_TAB_CLICK,SERVICE_MONITOR_HEALTH_CHECK,SERVICE_MONITOR_REQUEST,SIGN_UP_REPAIR_START/SUCCESS/FAILURECREATE_ACCOUNT_*_TWITTER,_INSTAGRAM,_TIKTOKvariants (enum entries, payload types, union members)BUY_AUDIOfamily events (BUY_AUDIO_SUCCESS,BUY_AUDIO_FAILURE,BUY_AUDIO_ON_RAMP_*,BUY_AUDIO_RECOVERY_*) replaced by BUY_USDC equivalentsLISTEN_GATEDfully: enum entry,ListenGatedpayload type, union member, and callsite inrecordListen.tsARTIST_COIN_PURCHASEandARTIST_RECOMMENDATIONS_POPUPfromFollowSourceenum and updates their callsites toFollowSource.OVERFLOW/FollowSource.USER_LISTTest plan
🤖 Generated with Claude Code