Skip to content

ref(perf): Use span IDs instead of event IDs in samples table#68295

Merged
0Calories merged 1 commit into
masterfrom
ref/span-sample-ids-not-events
Apr 4, 2024
Merged

ref(perf): Use span IDs instead of event IDs in samples table#68295
0Calories merged 1 commit into
masterfrom
ref/span-sample-ids-not-events

Conversation

@0Calories

Copy link
Copy Markdown
Contributor

Updates the samples table in the slideout panel to list span IDs instead of event IDs, since we are now focusing on a span-centric flow. The querying and linking works the same as before, we just opt to display the span ID in the table instead now.

Before

image

After

image

@0Calories 0Calories self-assigned this Apr 4, 2024
@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Apr 4, 2024
@0Calories 0Calories marked this pull request as ready for review April 4, 2024 20:11
@0Calories 0Calories requested a review from a team April 4, 2024 20:11
@0Calories 0Calories merged commit 764d895 into master Apr 4, 2024
@0Calories 0Calories deleted the ref/span-sample-ids-not-events branch April 4, 2024 20:41
0Calories added a commit that referenced this pull request Apr 9, 2024
Accidentally replaced a conditional in
#68295

We were not checking for a `transaction_id` column, this PR puts it back
in place so that the table can handle the case of linking to both a
transaction ID and span ID
shellmayr pushed a commit that referenced this pull request Apr 10, 2024
Updates the samples table in the slideout panel to list span IDs instead
of event IDs, since we are now focusing on a span-centric flow. The
querying and linking works the same as before, we just opt to display
the span ID in the table instead now.

### Before

![image](https://github.com/getsentry/sentry/assets/16740047/b8b3dc16-d752-4a4b-84ab-638d043810c8)

### After

![image](https://github.com/getsentry/sentry/assets/16740047/26b750e1-d833-4164-89ed-558018829b04)
@github-actions github-actions Bot locked and limited conversation to collaborators Apr 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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