feat(seer-infra-telemetry): Show GCP connection status on the integration settings page - #123258
feat(seer-infra-telemetry): Show GCP connection status on the integration settings page#123258shashjar wants to merge 3 commits into
Conversation
|
🚨 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 |
c65c192 to
fa85016
Compare
Sentry Snapshot Testing
|
📊 Type Coverage Diff✅ no issues found |
| organization: Organization; | ||
| } | ||
|
|
||
| export function GcpConnectionStatus({ |
There was a problem hiding this comment.
will get some screenshots of what this looks like from preview deployment and then add to PR
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 fa85016. Configure here.
fa85016 to
ea3761a
Compare

PR 2 for https://linear.app/getsentry/issue/CW-1668/build-gcp-mcp-connected-state-error-state-ui.
Adds a connection status block to the GCP integration settings page: the current status, the failure message and remediation when it isn't connected, when it was last checked, and a Re-test button.
Re-test posts to
verify-connectionand refreshes. The endpoint records its own result on the organization integration config, so nothing else is needed.