Skip to content

fix(trace): Missing occurrence data #93849

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 1 commit into from
Jun 18, 2025
Merged

Conversation

wmak
Copy link
Member

@wmak wmak commented Jun 18, 2025

  • Fixes SENTRY-3ZKW
  • Still not sure why this is happening adding a tag for what the occurrence data looks like when its empty so i can debug further
  • But for now this switches the key access to a get so we skip over this gracefully

- Fixes SENTRY-3ZKW
- Still not sure why this is happening adding a tag for what the
  occurrence data looks like when its empty so i can debug further
- But for now this switches the key access to a get so we skip over this
  gracefully
@wmak wmak requested a review from a team as a code owner June 18, 2025 19:43
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Jun 18, 2025
Copy link

codecov bot commented Jun 18, 2025

Codecov Report

Attention: Patch coverage is 85.71429% with 1 line in your changes missing coverage. Please review.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/sentry/api/endpoints/organization_trace.py 85.71% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #93849      +/-   ##
==========================================
- Coverage   88.02%   86.91%   -1.11%     
==========================================
  Files       10340    10335       -5     
  Lines      597284   596761     -523     
  Branches    23193    23193              
==========================================
- Hits       525751   518675    -7076     
- Misses      71072    77625    +6553     
  Partials      461      461              

@wmak wmak merged commit 69d494d into master Jun 18, 2025
65 checks passed
@wmak wmak deleted the wmak/fix/missing-occurence-data branch June 18, 2025 20:36
andrewshie-sentry pushed a commit that referenced this pull request Jun 19, 2025
- Fixes SENTRY-3ZKW
- Still not sure why this is happening adding a tag for what the
occurrence data looks like when its empty so i can debug further
- But for now this switches the key access to a get so we skip over this
gracefully
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