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

feat(org-stats): Show spans + profile hours, hide txns #71145

Merged
merged 6 commits into from
May 21, 2024

Conversation

scttcper
Copy link
Member

@scttcper scttcper commented May 17, 2024

Shows spans and profile hours on the org stats page and hide transactions

Shows spans and profile hours on the stats page.
@scttcper scttcper requested a review from a team as a code owner May 17, 2024 23:32
@scttcper scttcper requested a review from a team May 17, 2024 23:32
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label May 17, 2024
return organization.features.includes('spans-first-ui');
}
if (DATA_CATEGORY_INFO.transaction.plural === opt.value) {
return !organization.features.includes('spans-first-ui');
Copy link
Member Author

Choose a reason for hiding this comment

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

asking to see if i can use this flag for this, otherwise i'll need to add another

Copy link
Contributor

Choose a reason for hiding this comment

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

Good question. I added Performance team for review.

Copy link

codecov bot commented May 20, 2024

Bundle Report

Changes will increase total bundle size by 359 bytes ⬆️

Bundle name Size Change
app-webpack-bundle-array-push 27.67MB 359 bytes ⬆️

@scttcper scttcper merged commit 9726b4f into master May 21, 2024
42 checks passed
@scttcper scttcper deleted the scttcper/org-stats-spans branch May 21, 2024 20:05
@github-actions github-actions bot locked and limited conversation to collaborators Jun 6, 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

3 participants