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

🔧 chore(aci): loosen sentry app config schema #88474

Merged
merged 1 commit into from
Apr 1, 2025

Conversation

iamrajjoshi
Copy link
Member

when @mifu67 ran dry runs for the metric alert migration - we found that we saved a couple sentry_config value keys as None, when they shouldn't be. the hunch is that it is because the user unset a form value at some point in time, and instead of removing the key, we set it to be None.

wrote a test to verify

@iamrajjoshi iamrajjoshi requested a review from mifu67 April 1, 2025 19:03
@iamrajjoshi iamrajjoshi self-assigned this Apr 1, 2025
@iamrajjoshi iamrajjoshi requested a review from a team as a code owner April 1, 2025 19:03
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Apr 1, 2025
Copy link

codecov bot commented Apr 1, 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   #88474   +/-   ##
=======================================
  Coverage   87.75%   87.75%           
=======================================
  Files       10009    10009           
  Lines      566807   566863   +56     
  Branches    22270    22270           
=======================================
+ Hits       497403   497453   +50     
- Misses      68985    68991    +6     
  Partials      419      419           

Copy link
Contributor

@mifu67 mifu67 left a comment

Choose a reason for hiding this comment

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

Thanks for this!

@iamrajjoshi iamrajjoshi merged commit 19feca3 into master Apr 1, 2025
49 checks passed
@iamrajjoshi iamrajjoshi deleted the raj/aci/loosen-aci-constraints branch April 1, 2025 20:39
andrewshie-sentry pushed a commit that referenced this pull request Apr 8, 2025
when @mifu67 ran dry runs for the metric alert migration - we found that
we saved a couple sentry_config `value` keys as `None`, when they
shouldn't be. the hunch is that it is because the user unset a form
value at some point in time, and instead of removing the key, we set it
to be None.

wrote a test to verify
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