Skip to content

Conversation

@Zylphrex
Copy link
Member

We need to fetch the thread id for the span and link to that directly.

We need to fetch the thread id for the span and link to that directly.
@Zylphrex Zylphrex requested a review from a team as a code owner November 21, 2025 20:09
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Nov 21, 2025
tid,
}
: {};
: {tid};
Copy link
Contributor

Choose a reason for hiding this comment

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

Bug: Missing eventId for EAP span profile links

The conditional logic for building the query object doesn't handle EAP span nodes explicitly. When the node is an EAP span (which is neither a transaction node nor a regular span node), it falls through to the else case at line 83, creating a query with only {tid}. This omits the eventId field that's needed for profile links. EAP span nodes have an event_id that should be included in the query, similar to how transaction nodes include their event_id.

Fix in Cursor Fix in Web

@Zylphrex Zylphrex merged commit c16d87f into master Nov 21, 2025
49 checks passed
@Zylphrex Zylphrex deleted the txiao/fix/link-list-of-profiles-to-right-thread branch November 21, 2025 20:52
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.

3 participants