feat(seer-infra-telemetry): Add monitoring providers section to Seer Advanced Settings page#117758
Conversation
…ts' into shashjar/add-monitoring-providers-section-to-Seer-Advanced-Settings
…to-Seer-Advanced-Settings
|
🚨 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 |
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 8ee0b25. Configure here.

Resolves https://linear.app/getsentry/issue/CW-1500/monitoring-providers-settings-page.
Adds a (temporary, for testing) monitoring providers UI section to the Seer Advanced Settings page, gated behind the
organizations:seer-infra-telemetryfeature flag. This lets users connect and disconnect infrastructure monitoring providers (Datadog, GCP) via the API endpoints previously added in #117854.GET /monitoring-providers/POST /monitoring-providers/{provider}/and redirects to the provider's authorize pageDELETE /monitoring-providers/{provider}/and refreshes the listNote that the Datadog logic hardcodes
site: "datadoghq.com"for v0 (https://linear.app/getsentry/issue/CW-1501/support-per-site-datadog-connections-in-monitoring-provider-endpoints tracks per-site support for multiple connected Datadog orgs for a single user).