ref(flags): Graduate organizations:integrations-github-copilot-agent#116655
ref(flags): Graduate organizations:integrations-github-copilot-agent#116655wedamija wants to merge 1 commit into
Conversation
GA flag rolled out to 100%. Remove the flag and make the gated behavior unconditional. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
🚨 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 |
📊 Type Coverage Diff✅ No new type safety issues introduced. Coverage: 93.59% |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 14155ba. Configure here.
| from requests import HTTPError | ||
| from rest_framework.exceptions import PermissionDenied, ValidationError | ||
|
|
||
| from sentry import features |
There was a problem hiding this comment.
Tests not updated after removing features import
High Severity
The from sentry import features import was removed from coding_agent_handoff.py, but the corresponding test file tests/sentry/seer/agent/test_coding_agent_handoff.py was not updated. Five tests still patch sentry.seer.agent.coding_agent_handoff.features.has, which will raise AttributeError since features is no longer an attribute of the module. Additionally, test_raises_permission_denied_when_copilot_not_enabled asserts behavior (raising PermissionDenied when the feature flag is off) that was intentionally removed in this commit and will never pass.
Reviewed by Cursor Bugbot for commit 14155ba. Configure here.
Backend Test FailuresFailures on
|


GA flag rolled out to 100%. Remove the flag and make the gated behavior unconditional.