feat(integrations): Expose SCM toggles in integration config UI#113923
Merged
evanpurkhiser merged 1 commit intomasterfrom Apr 29, 2026
Conversation
Part of Phase 3 of VDY-110. Adds pr_comments (GitHub + GitLab) and nudge_invite (GitHub only) descriptors to get_organization_config(), so each install exposes its own toggles in the standard integration config form rather than through org-level options. Both descriptors are appended after the integrations-issue-sync disabling loop — PR-comment and missing-member detection are self-serveable regardless of issue-sync entitlement, so we intentionally skip the feature gate applied to the other config fields. Fixes: [VDY-113](https://linear.app/getsentry/issue/VDY-113/phase-3-move-scm-settings-ui-to-per-install-integration-config)
This was referenced Apr 24, 2026
Merged
cmanallen
approved these changes
Apr 24, 2026
iamrajjoshi
approved these changes
Apr 24, 2026
wedamija
approved these changes
Apr 24, 2026
evanpurkhiser
added a commit
that referenced
this pull request
Apr 29, 2026
…etail view (#113924) Part of Phase 3 of VDY-110. The PR-comment and missing-member toggles are now exposed in the per-install integration configuration form via the standard JSONForm descriptors (landed in the prior backend commit, [#113923](#113923)). Drop the custom github/gitlab features tab on the integration detail page so the two code paths don't compete. The slack case in the same switch stays — slack alert-thread flags are an out-of-scope anti-pattern tracked separately. Ref: [VDY-113: Phase 3: Move SCM settings UI to per-install integration config](https://linear.app/getsentry/issue/VDY-113/phase-3-move-scm-settings-ui-to-per-install-integration-config)
3 tasks
cleptric
pushed a commit
that referenced
this pull request
May 5, 2026
) Part of Phase 3 of VDY-110. Adds pr_comments (GitHub + GitLab) and nudge_invite (GitHub only) descriptors to `get_organization_config()`, so each install exposes its own toggles in the standard integration config form rather than through org-level options. Both descriptors are appended after the integrations-issue-sync disabling loop — PR-comment and missing-member detection are self-serveable regardless of issue-sync entitlement, so we intentionally skip the feature gate applied to the other config fields. Ref: [VDY-113: Phase 3: Move SCM settings UI to per-install integration config](https://linear.app/getsentry/issue/VDY-113/phase-3-move-scm-settings-ui-to-per-install-integration-config)
cleptric
pushed a commit
that referenced
this pull request
May 5, 2026
…etail view (#113924) Part of Phase 3 of VDY-110. The PR-comment and missing-member toggles are now exposed in the per-install integration configuration form via the standard JSONForm descriptors (landed in the prior backend commit, [#113923](#113923)). Drop the custom github/gitlab features tab on the integration detail page so the two code paths don't compete. The slack case in the same switch stays — slack alert-thread flags are an out-of-scope anti-pattern tracked separately. Ref: [VDY-113: Phase 3: Move SCM settings UI to per-install integration config](https://linear.app/getsentry/issue/VDY-113/phase-3-move-scm-settings-ui-to-per-install-integration-config)
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Part of Phase 3 of VDY-110. Adds pr_comments (GitHub + GitLab) and nudge_invite (GitHub only) descriptors to
get_organization_config(), so each install exposes its own toggles in the standard integration config form rather than through org-level options.Both descriptors are appended after the integrations-issue-sync disabling loop — PR-comment and missing-member detection are self-serveable regardless of issue-sync entitlement, so we intentionally skip the feature gate applied to the other config fields.
Ref: VDY-113: Phase 3: Move SCM settings UI to per-install integration config
Migration phases