Skip to content

feat(dashboards): Add prototype Seer-assisted dashboard creation flow#110515

Draft
jameskeane wants to merge 1 commit intomasterfrom
jameskeane/prototype-sentry-explorer-dashboards
Draft

feat(dashboards): Add prototype Seer-assisted dashboard creation flow#110515
jameskeane wants to merge 1 commit intomasterfrom
jameskeane/prototype-sentry-explorer-dashboards

Conversation

@jameskeane
Copy link
Copy Markdown
Contributor

@jameskeane jameskeane commented Mar 12, 2026

Adds a DashboardValidationTool that the Seer Explorer agent calls to produce structured dashboard JSON, registers it on the explorer chat endpoint, and introduces a new /dashboards/new/seer/ route that opens the Seer panel and live-renders the dashboard as the agent iterates. A "Create with Seer" button is shown on the manage page when seer explorer is enabled for the org.

Adds a DashboardValidationTool that the Seer Explorer agent calls to
produce structured dashboard JSON, registers it on the explorer chat
endpoint, and introduces a new /dashboards/new/seer/ route that opens
the Seer panel and live-renders the dashboard as the agent iterates.
A "Create with Seer" button is shown on the manage page when seer
explorer is enabled for the org.

Co-Authored-By: Claude <noreply@anthropic.com>
@jameskeane jameskeane added the WIP label Mar 12, 2026
@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 Mar 12, 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.

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 WIP

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant