Loading…
New ways to agentically build and edit dashboards
SentryBen Coe, Steve Zegalia
Summary
Pre-configured monitoring templates often fail to meet organization-specific needs, forcing developers to manually build dashboards widget by widget. Sentry introduced AI-agent-powered dashboard creation and editing in open beta, alongside CLI management tooling and template revisions. Users can prompt an AI chat interface to build or adjust dashboards, duplicate and customize uneditable Sentry-built templates, or execute dashboard commands directly in their terminal. Dashboards leverage issue, tracing, and application metric data across frontend, backend, mobile, and framework-specific views like Next.js and Laravel. Edits made through the UI, CLI, or AI agent are automatically tracked in a revision history that supports one-click rollbacks.
Context
Sentry previously offered pre-configured Insights pages for common health signals, but teams still resorted to manual dashboard creation because every organization required unique customization that static templates could not satisfy.
Approach / What changed
Sentry replaced Insights pages with clonable Sentry-built dashboards, added an agentic AI chat interface for automated dashboard generation and editing, and introduced a CLI dashboard command with JSON output to script dashboards alongside application code.
Takeaways
- Dashboards track changes automatically across UI, agent, and API edits, allowing users to inspect history and revert to prior known-good versions.
- The Sentry CLI dashboard command supports JSON output, enabling terminal-based widget manipulation and integration into CI pipelines or AI coding agents.
- Sentry-built dashboards serve as uneditable templates spanning Web Vitals, backend queries, mobile metrics, Next.js SSR trees, and Laravel views that users can duplicate and modify.
Related reading
Sentry ·
Two commands to Sentry: now on Stripe Projects
Sentry is now integrated into Stripe Projects, enabling developers and coding agents to discover, provision, and manage Sentry services directly through the command-line interface. Running initialization and addition commands automatically sets up accounts, generates necessary environment variables like auth tokens and DSNs, and scaffolds agent skill files for tools such as Claude Code and Cursor. The integration supports plan upgrades, downgrades, and the addition of the Seer AI debugging assistant with billing handled through existing Stripe payment methods. Additional CLI capabilities include minting single-use magic login URLs for the Sentry dashboard, managing multi-member team collaboration tied to Stripe organizations, and rotating project credentials directly into local environment files.
Burak Yiğit KayaSentry ·
The product analytics you already have