Don't send interaction event for workflow trigger button actions#6771
Merged
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
4484f9b to
8c6b554
Compare
Member
Author
|
@facumenzella can you take a look? |
facumenzella
approved these changes
May 29, 2026
Member
|
I'll merge this now @vegaro |
This was referenced Jun 3, 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.
When a button with a workflow trigger action is tapped, we were sending a
componentInteractionevent before handing control off to the workflow navigator. This was a placeholder that we are removing now. We are not sending events for this interaction for now.Note
Low Risk
Analytics-only change in Paywalls V2 button tracking with no purchase, auth, or data-path impact.
Overview
Stops emitting paywall non-purchase
componentInteractionevents for buttons whose action is a workflow trigger, including the early-return path when the workflow navigator handles the tap.paywallComponentInteractionValueis nowString?and returnsnilfor.workflowTrigger;trackButtonComponentInteraction()no-ops when there is no value. Other button actions keep the same interaction strings. Diagnostic logging for unknown actions accepts an optionalactionValue, and unit tests expect workflow triggers to produce no interaction value.Reviewed by Cursor Bugbot for commit ba9c992. Bugbot is set up for automated code reviews on this repo. Configure here.