Skip to content

fix(trace): Handle too many errors #95004

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jul 11, 2025
Merged

fix(trace): Handle too many errors #95004

merged 6 commits into from
Jul 11, 2025

Conversation

wmak
Copy link
Member

@wmak wmak commented Jul 7, 2025

  • When there's over 10k errors and the id we want isn't in that 10k we aren't rendering it. This biasess the error query so that we'll return the requested eventId when requested print(orderby)

- When there's over 10k errors and the id we want isn't in that 10k we
  aren't rendering it. This biasess the error query so that we'll return
  the requested eventId when requested
        print(orderby)
@wmak wmak requested review from a team as code owners July 7, 2025 21:03
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Jul 7, 2025
cursor[bot]

This comment was marked as outdated.

Copy link

codecov bot commented Jul 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #95004      +/-   ##
==========================================
+ Coverage   87.82%   87.87%   +0.04%     
==========================================
  Files       10479    10452      -27     
  Lines      605756   604839     -917     
  Branches    23671    23530     -141     
==========================================
- Hits       532027   531494     -533     
+ Misses      73365    72984     -381     
+ Partials      364      361       -3     

cursor[bot]

This comment was marked as outdated.

- rename to error_id since this only works for errors
cursor[bot]

This comment was marked as outdated.

@wmak wmak merged commit 07f27ea into master Jul 11, 2025
65 checks passed
@wmak wmak deleted the wmak/fix/too-many-errors branch July 11, 2025 18:54
andrewshie-sentry pushed a commit that referenced this pull request Jul 14, 2025
- When there's over 10k errors and the id we want isn't in that 10k we
aren't rendering it. This biasess the error query so that we'll return
the requested eventId when requested
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants