Skip to content

fix(dashboards-comparison): Stringify mismatches and widget_fields sentry tags #93842

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

Conversation

nikkikapadia
Copy link
Member

Both mismatches and widget_fields tags (being sent to sentry) were arrays and therefore not getting processed properly. I'm stringifying them so we don't get a processing error.

@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 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/discover/compare_tables.py 60.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #93842      +/-   ##
==========================================
- Coverage   80.38%   76.70%   -3.69%     
==========================================
  Files       10336    10340       +4     
  Lines      596690   597252     +562     
  Branches    23186    23186              
==========================================
- Hits       479644   458095   -21549     
- Misses     116587   138698   +22111     
  Partials      459      459              

@nikkikapadia nikkikapadia marked this pull request as ready for review June 18, 2025 18:43
@nikkikapadia nikkikapadia requested a review from a team as a code owner June 18, 2025 18:43
@nikkikapadia nikkikapadia merged commit b7cbe4c into master Jun 18, 2025
64 checks passed
@nikkikapadia nikkikapadia deleted the nikki/fix/stringify-array-fields branch June 18, 2025 18:46
andrewshie-sentry pushed a commit that referenced this pull request Jun 19, 2025
…ntry tags (#93842)

Both `mismatches` and `widget_fields` tags (being sent to sentry) were
arrays and therefore not getting processed properly. I'm stringifying
them so we don't get a processing error.
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