Skip to content
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

fix: add info to post process TypeErrors for debugging #79099

Merged
merged 1 commit into from
Oct 15, 2024
Merged

Conversation

mjq
Copy link
Member

@mjq mjq commented Oct 15, 2024

Add debugging info to the errors logged to SENTRY-FOR-SENTRY-2NH2 (a TypeError: unhashable type: 'list' in sentry.tasks.post_process.post_process_group). Lists shouldn't ever show up in the type field - trying to track down what's going on.

@mjq mjq requested a review from a team as a code owner October 15, 2024 14:07
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Oct 15, 2024
Add debugging info for `SENTRY-FOR-SENTRY-2NH2` (a `TypeError`: `unhashable
type: 'list'` in `sentry.tasks.post_process.post_process_group`).
Copy link

codecov bot commented Oct 15, 2024

Codecov Report

Attention: Patch coverage is 60.00000% with 2 lines in your changes missing coverage. Please review.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/sentry/interfaces/contexts.py 60.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #79099      +/-   ##
==========================================
- Coverage   78.30%   78.29%   -0.01%     
==========================================
  Files        7132     7132              
  Lines      313957   313961       +4     
  Branches    53079    53079              
==========================================
- Hits       245833   245813      -20     
- Misses      61082    61101      +19     
- Partials     7042     7047       +5     

@mjq mjq merged commit fa94d14 into master Oct 15, 2024
49 of 50 checks passed
@mjq mjq deleted the mjq-ppg-typeerror branch October 15, 2024 16:01
cmanallen pushed a commit that referenced this pull request Oct 23, 2024
Add debugging info to the errors logged to `SENTRY-FOR-SENTRY-2NH2` (a
`TypeError`: `unhashable
type: 'list'` in `sentry.tasks.post_process.post_process_group`). Lists
shouldn't ever show up in the `type` field - trying to track down what's
going on.
@github-actions github-actions bot locked and limited conversation to collaborators Oct 31, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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