Skip to content

Conversation

michellewzhang
Copy link
Member

@michellewzhang michellewzhang commented Aug 12, 2025

closes https://linear.app/getsentry/issue/REPLAY-581/query-issue-platform-dataset-for-trace-connected-errors

we neglected to query the issue platform dataset when looking for trace connected errors to send to the LLM for context. (we were only querying the errors/event dataset.)

the errors/events dataset does not include feedback, performance issues, etc.

example: not all trace connected errors are logged here:

Copy link

linear bot commented Aug 12, 2025

@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Aug 12, 2025
@michellewzhang michellewzhang marked this pull request as ready for review August 12, 2025 23:09
@michellewzhang michellewzhang requested a review from a team as a code owner August 12, 2025 23:09
cursor[bot]

This comment was marked as outdated.

cursor[bot]

This comment was marked as outdated.

cursor[bot]

This comment was marked as outdated.

This comment was marked as outdated.

Copy link
Member

@aliu39 aliu39 left a comment

Choose a reason for hiding this comment

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

@michellewzhang michellewzhang merged commit b71d79f into master Aug 28, 2025
63 checks passed
@michellewzhang michellewzhang deleted the mz/query-ip branch August 28, 2025 17:27
@michellewzhang michellewzhang added the Trigger: Revert Add to a merged PR to revert it (skips CI) label Aug 28, 2025
@getsentry-bot
Copy link
Contributor

PR reverted: c40e63c

getsentry-bot added a commit that referenced this pull request Aug 28, 2025
…summary (#97737)"

This reverts commit b71d79f.

Co-authored-by: michellewzhang <[email protected]>
@michellewzhang
Copy link
Member Author

reverting as the trace id query is too slow - this pr does 2 snuba queries per trace id. will followup so that it's instead 2 queries for all trace ids

michellewzhang added a commit that referenced this pull request Aug 28, 2025
constantinius pushed a commit that referenced this pull request Sep 1, 2025
michellewzhang added a commit that referenced this pull request Sep 3, 2025
…(v2) (#98479)

redo of #97737

reverted the old pr as the trace id query was too slow -- it did 2 snuba
queries per trace id (bad). this pr instead makes it 2 total queries for
all trace ids

MERGE WED

---------

Co-authored-by: Andrew Liu <[email protected]>
armenzg pushed a commit that referenced this pull request Sep 5, 2025
…(v2) (#98479)

redo of #97737

reverted the old pr as the trace id query was too slow -- it did 2 snuba
queries per trace id (bad). this pr instead makes it 2 total queries for
all trace ids

MERGE WED

---------

Co-authored-by: Andrew Liu <[email protected]>
andrewshie-sentry pushed a commit that referenced this pull request Sep 9, 2025
andrewshie-sentry pushed a commit that referenced this pull request Sep 9, 2025
…(v2) (#98479)

redo of #97737

reverted the old pr as the trace id query was too slow -- it did 2 snuba
queries per trace id (bad). this pr instead makes it 2 total queries for
all trace ids

MERGE WED

---------

Co-authored-by: Andrew Liu <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Backend Automatically applied to PRs that change backend components Trigger: Revert Add to a merged PR to revert it (skips CI)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants