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(insights): filter mobile transactions #78855

Merged
merged 4 commits into from
Oct 17, 2024

Conversation

DominikB2014
Copy link
Contributor

Work for #77572

Filter mobile overview page by relevant transaction ops. This does not apply to the double chart rows, as some of them use span metrics, which means we cant filter them the same way due to missing tags.

@DominikB2014 DominikB2014 requested a review from a team as a code owner October 9, 2024 17:04
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Oct 9, 2024
'app.lifecycle',
// navigation and pageload are seen in react-native
'navigation',
'pageload',
Copy link
Member

@mjq mjq Oct 16, 2024

Choose a reason for hiding this comment

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

I wonder if there's anything else we could additionally filter on to get rid of browser navigations and pageloads 🤔 Anyway this PR is an improvement regardless, we can loop back later

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah that would be great! Also, I think ideally we are able to filter by projects directly.

For example in the frontend view, we only show data for frontend projects. That way we don't have to worry about filtering by the right transaction ops, and custom transactions would work too.

@DominikB2014 DominikB2014 merged commit 5b09442 into master Oct 17, 2024
42 of 43 checks passed
@DominikB2014 DominikB2014 deleted the DominikB2014/filter-by-transaction-op-mobile branch October 17, 2024 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants