-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
ref(quick-start): Update backend enums names #83361
ref(quick-start): Update backend enums names #83361
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #83361 +/- ##
==========================================
- Coverage 87.53% 87.53% -0.01%
==========================================
Files 9406 9406
Lines 537301 537301
Branches 21154 21154
==========================================
- Hits 470319 470306 -13
- Misses 66637 66650 +13
Partials 345 345 |
5eae651
to
ac49889
Compare
🚨 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 |
ac49889
to
7e8cc1d
Compare
50b4aae
to
a990593
Compare
this appears to break getsentry -- reverting |
PR reverted: 0729289 |
This reverts commit 361d204. Co-authored-by: asottile-sentry <103459774+asottile-sentry@users.noreply.github.com>
@asottile-sentry tests were not passing because of getsentry...but now they are ...weird! I need this PR merged https://github.com/getsentry/getsentry/pull/16145 |
This reverts commit 361d204.
dependent PRs are not supported -- please find a way to make your change backward and forward compatible |
what do you mean by dependent PR? the "required" label no longer works? |
the "required" label is for you to test the impact of a change -- it's not meant to be merged with that present |
as per the develop docs: https://develop.sentry.dev/development-infrastructure/workflow/#testing-sentry-commits-in-getsentry |
This reverts commit 361d204. Co-authored-by: asottile-sentry <103459774+asottile-sentry@users.noreply.github.com>
Contributes to https://github.com/getsentry/projects/issues/346