Skip to content

fix(profiling): Query spans instead of discover on landing page#112251

Draft
mjq wants to merge 1 commit intomasterfrom
mjq/explore-profiles-transactions-eap
Draft

fix(profiling): Query spans instead of discover on landing page#112251
mjq wants to merge 1 commit intomasterfrom
mjq/explore-profiles-transactions-eap

Conversation

@mjq
Copy link
Copy Markdown
Member

@mjq mjq commented Apr 4, 2026

⚠️ Blocked: Can't merge until #112163 is merged.


Searching transactions is going away as we move away from transactions as the SDK's transport for spans. On the Explore -> Profiles landing page's transactions table, query the spans (EAP) dataset with an extra is_transaction:true clause instead of the deprecated discover (behind the scenes: transactions) dataset.

The only consequence is that we lose the Last Seen column, because this function is missing from EAP.

Fixes DAIN-1448.

Searching transactions is going away as we move away from transactions as the
SDK's transport for spans. On the Explore Profiles landing page's transactions
table, query the `spans` dataset with an extra `is_transaction:true` clause
instead of the deprecated `discover` (behind the scenes: `transactions`)
dataset.
@linear-code
Copy link
Copy Markdown

linear-code bot commented Apr 4, 2026

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Apr 4, 2026
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.

1 participant