getsentry / sentry

Developer-first error tracking and performance monitoring
https://sentry.io
Other
39.23k stars 4.21k forks source link

fix(backup): Move `Incident` and related models' relocation scope #81066

Closed azaslavsky closed 1 day ago

azaslavsky commented 1 day ago

These models turn out to actually be "high-volume" in certain cases, so they are better suited for the Global scope instead.

github-actions[bot] commented 1 day ago

🚨 Warning: This pull request contains Frontend and Backend changes!

It's discouraged to make changes to Sentry's Frontend and Backend in a single pull request. The Frontend and Backend are not atomically deployed. If the changes are interdependent of each other, they must be separated into two pull requests and be made forward or backwards compatible, such that the Backend or Frontend can be safely deployed independently.

Have questions? Please ask in the #discuss-dev-infra channel.

codecov[bot] commented 1 day ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

:white_check_mark: All tests successful. No failed tests found.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #81066 +/- ## ======================================= Coverage 78.47% 78.48% ======================================= Files 7213 7211 -2 Lines 319698 319642 -56 Branches 44020 44010 -10 ======================================= - Hits 250886 250870 -16 + Misses 62422 62377 -45 - Partials 6390 6395 +5 ```