Skip to content

feat(external-mcp): Implement org level ui for configuring datadog integration#119777

Open
wedamija wants to merge 1 commit into
masterfrom
danf/cw-1597-datadog-integration-ui
Open

feat(external-mcp): Implement org level ui for configuring datadog integration#119777
wedamija wants to merge 1 commit into
masterfrom
danf/cw-1597-datadog-integration-ui

Conversation

@wedamija

@wedamija wedamija commented Jul 15, 2026

Copy link
Copy Markdown
Member

This adds a UI in that allows us to configure the site, api key and application key for the datadog integration.

This is just an internal ui, we'll need to improve it a lot if we want to release it to customers.

…tegration

This adds a UI in that allows us to configure the site, api key and application key for the datadog integration.
@wedamija wedamija requested review from shashjar and srest2021 July 15, 2026 21:37
@wedamija wedamija requested a review from a team as a code owner July 15, 2026 21:37
@linear-code

linear-code Bot commented Jul 15, 2026

Copy link
Copy Markdown

CW-1597

@github-actions github-actions Bot added Scope: Frontend Automatically applied to PRs that change frontend components Scope: Backend Automatically applied to PRs that change backend components labels Jul 15, 2026
@github-actions

Copy link
Copy Markdown
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 #discuss-dev-infra channel.

@cursor cursor Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit a2ef7ca. Configure here.

integration_service.update_integration(
integration_id=self.model.id, metadata=dict(new_metadata)
)
self.model.metadata = dict(new_metadata)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Integration name stale after site

Medium Severity

update_organization_config writes the new site into integration metadata but leaves integration.name unchanged. Install still sets the name to Datadog ({site}), so after an org settings site change the list and headers can show the old region while config and API calls use the updated site.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit a2ef7ca. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Backend Automatically applied to PRs that change backend components Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant