chore: v2 - instrument pipeline tree and validation resolutions analytics#2220
Merged
maxy-shpfy merged 1 commit intoMay 8, 2026
Conversation
This was referenced May 6, 2026
🎩 PreviewA preview build has been created at: |
Collaborator
Author
This was referenced May 6, 2026
9dd2d60 to
a19dd97
Compare
94d54c3 to
257d925
Compare
a19dd97 to
a5ca50d
Compare
257d925 to
80c7bf1
Compare
morgan-wowk
approved these changes
May 6, 2026
camielvs
approved these changes
May 7, 2026
80c7bf1 to
6a1b5ec
Compare
a5ca50d to
539eaac
Compare
Collaborator
Author
Merge activity
|
6a1b5ec to
6037a8c
Compare
6037a8c to
0719936
Compare
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.

Description
Contributes to https://github.com/Shopify/oasis-frontend/issues/607
Adds tracking attributes to interactive elements within the Pipeline Tree section of the pipeline editor. The following user interactions are now instrumented:
v2.pipeline_editor.pipeline_tree.validation_issue_select)v2.pipeline_editor.pipeline_tree.root_nav)v2.pipeline_editor.pipeline_tree.root_expand_toggle)v2.pipeline_editor.pipeline_tree.subgraph_nav)v2.pipeline_editor.pipeline_tree.subgraph_expand_toggle)v2.pipeline_editor.pipeline_tree.task_nav)v2.pipeline_editor.pipeline_tree.resolution.bad_reference_unset)v2.pipeline_editor.pipeline_tree.resolution.delete_entity)v2.pipeline_editor.pipeline_tree.resolution.duplicate_rename)v2.pipeline_editor.pipeline_tree.resolution.duplicate_delete)v2.pipeline_editor.pipeline_tree.resolution.rename_save)Related Issue and Pull requests
Type of Change
Checklist
Screenshots (if applicable)
Test Instructions
Interact with the pipeline tree in the editor — navigate nodes, expand/collapse subgraphs, and trigger validation resolutions — then verify that the corresponding tracking events are fired for each action listed above.
Additional Comments