Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ref(insights): move sample panel open tracking to panel onOpen #70982

Merged
merged 1 commit into from
May 16, 2024

Conversation

KevinL10
Copy link
Member

Track performance_views.sample_spans.opened on <DetailPanel onOpen={...}> instead of tracking the table clicks that trigger the sample span popup.

@KevinL10 KevinL10 requested a review from a team as a code owner May 15, 2024 21:23
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label May 15, 2024
@KevinL10 KevinL10 changed the title add missing dependencies ref(insights): move sample panel open tracking to panel onOpen May 15, 2024
Copy link
Member

@narsaynorath narsaynorath left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I noticed there's still a starfish.panel.open event in two places that I think we should remove (i.e. the call sites and even the event definition) since the analytics you're adding are better. Let me know if you want to do that, or I could throw up a PR after this is merged.

@KevinL10 KevinL10 force-pushed the kevinliu/feat/sample-panel-onopen-analytics branch from 1c676f5 to 44378d7 Compare May 16, 2024 14:52
@KevinL10
Copy link
Member Author

I'll take out the outdated starfish analytics

Copy link

codecov bot commented May 16, 2024

Bundle Report

Changes will decrease total bundle size by 225 bytes ⬇️

Bundle name Size Change
app-webpack-bundle-array-push 26.76MB 225 bytes ⬇️

@KevinL10 KevinL10 merged commit bf23795 into master May 16, 2024
40 of 41 checks passed
@KevinL10 KevinL10 deleted the kevinliu/feat/sample-panel-onopen-analytics branch May 16, 2024 15:04
cmanallen pushed a commit that referenced this pull request May 21, 2024
Track `performance_views.sample_spans.opened` on `<DetailPanel
onOpen={...}>` instead of tracking the table clicks that trigger the
sample span popup.
@github-actions github-actions bot locked and limited conversation to collaborators Jun 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants