Skip to content

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

Merged
mjq merged 1 commit intomasterfrom
mjq/explore-profiles-transactions-eap
Apr 8, 2026
Merged

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

Conversation

@mjq
Copy link
Copy Markdown
Member

@mjq mjq commented Apr 4, 2026

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.

Screenshot 2026-04-07 at 15 41 04

@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
@mjq mjq force-pushed the mjq/explore-profiles-transactions-eap branch from 307b237 to 88ebe34 Compare April 7, 2026 19:38
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.
@mjq mjq force-pushed the mjq/explore-profiles-transactions-eap branch from 88ebe34 to 76627d7 Compare April 7, 2026 19:48
@mjq mjq marked this pull request as ready for review April 7, 2026 19:48
@mjq mjq requested a review from a team as a code owner April 7, 2026 19:48
@mjq mjq merged commit e888448 into master Apr 8, 2026
67 checks passed
@mjq mjq deleted the mjq/explore-profiles-transactions-eap branch April 8, 2026 13:08
george-sentry pushed a commit that referenced this pull request Apr 9, 2026
…112251)

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.

<img width="1566" height="351" alt="Screenshot 2026-04-07 at 15 41 04"
src="https://github.com/user-attachments/assets/14ac86c4-f539-4117-b457-d603bebda745"
/>
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