feat(seer settings): Frontend defaults for new auto_open_pr org level default#104207
Merged
Mihir-Mavalankar merged 6 commits intomasterfrom Dec 2, 2025
Merged
feat(seer settings): Frontend defaults for new auto_open_pr org level default#104207Mihir-Mavalankar merged 6 commits intomasterfrom
Mihir-Mavalankar merged 6 commits intomasterfrom
Conversation
Contributor
|
🚨 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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #104207 +/- ##
===========================================
- Coverage 80.61% 80.58% -0.03%
===========================================
Files 9332 9322 -10
Lines 398491 398715 +224
Branches 25486 25336 -150
===========================================
+ Hits 321227 321320 +93
- Misses 76814 76943 +129
- Partials 450 452 +2 |
Keep only backend removal of set_default_project_auto_open_prs function. Frontend implementation will be handled separately.
When seer-settings-gtm feature flag is enabled, use the org-level autoOpenPrs setting to determine the default automatedRunStoppingPoint: - autoOpenPrs=true -> default to 'open_pr' - autoOpenPrs=false -> default to 'code_changes' When feature flag is disabled, keep existing behavior (default to 'root_cause').
ffea3e7 to
945bf3b
Compare
Contributor
Author
|
Backend PR has been merged and rebased this one with master. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Details