Skip to content

fix(performance): Add is_transaction filter to FailureRateWidget queries#110767

Merged
mjq merged 1 commit intomasterfrom
mjq/txn-summary-is-transaction
Mar 16, 2026
Merged

fix(performance): Add is_transaction filter to FailureRateWidget queries#110767
mjq merged 1 commit intomasterfrom
mjq/txn-summary-is-transaction

Conversation

@mjq
Copy link
Copy Markdown
Member

@mjq mjq commented Mar 16, 2026

The EAP FailureRateWidget was missing the is_transaction:true filter, which is required to approximate the old transaction queries on the spans dataset. (Without it we consider all spans, not just transaction root spans).

The EAP FailureRateWidget was missing the is_transaction:true filter
that all other EAP transaction queries include. Without it, the widget
could return results for non-transaction spans, producing incorrect
failure rate data.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
@mjq
Copy link
Copy Markdown
Member Author

mjq commented Mar 16, 2026

@sentry review

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Mar 16, 2026
@mjq mjq marked this pull request as ready for review March 16, 2026 18:21
@mjq mjq requested a review from a team as a code owner March 16, 2026 18:21
@mjq mjq merged commit 9f579a0 into master Mar 16, 2026
64 checks passed
@mjq mjq deleted the mjq/txn-summary-is-transaction branch March 16, 2026 18:28
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