From 974dcba3e7d6c76e4ae6dc4d1a261e378ecc97b8 Mon Sep 17 00:00:00 2001 From: "sentry-junior[bot]" <264270552+sentry-junior[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 19:27:02 +0000 Subject: [PATCH 1/4] docs(ai): Suggest dotagents install for Agent Plugin Document the existing @sentry/ai installer and the dotagents install path side by side so users who already manage agent tooling with dotagents can install getsentry/agent-plugin from there. Co-Authored-By: Evan Purkhiser --- docs/ai/agent-plugin/index.mdx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/ai/agent-plugin/index.mdx b/docs/ai/agent-plugin/index.mdx index 676998116c4364..c3cd8af049faf3 100644 --- a/docs/ai/agent-plugin/index.mdx +++ b/docs/ai/agent-plugin/index.mdx @@ -11,6 +11,7 @@ keywords: - AI coding assistant - vibe coding - AI setup + - dotagents --- Whether you're adding Sentry to a new project, debugging a spike in errors, or wiring up alerts, just ask. The plugin gives your assistant the context it needs to do it right. @@ -23,6 +24,8 @@ Supports **Claude Code**, **Cursor**, **Codex**, and **Grok**. ## Install +### Sentry installer + Run this in your terminal: ```bash @@ -31,6 +34,16 @@ npx @sentry/ai install The installer detects which assistants you have on your machine, lets you pick the ones you want, and wires the plugin into each. Already have it? The same command updates you to the latest version. +### dotagents + +If you already manage agent tooling with [dotagents](/ai/dotagents/), install the same plugin from there: + +```bash +npx @sentry/dotagents add getsentry/agent-plugin +``` + +This installs into your global dotagents scope by default. Pass `--project` to install it for the current repository instead. + Restart your AI tools afterward so they load the plugin. The plugin configures the [Sentry MCP server](https://mcp.sentry.dev) for you during install, so there's nothing else to connect. A few workflow tasks also need the [GitHub CLI](https://cli.github.com/) (`gh`) for reading and replying to PR comments. From 3fcac3b4c652634b7e144a2dae29697e07699ef9 Mon Sep 17 00:00:00 2001 From: "sentry-junior[bot]" <264270552+sentry-junior[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 19:29:36 +0000 Subject: [PATCH 2/4] docs(ai): Drop scope note from Agent Plugin dotagents install Keep the install section to the add command only. Co-Authored-By: Greg Pstrucha --- docs/ai/agent-plugin/index.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/ai/agent-plugin/index.mdx b/docs/ai/agent-plugin/index.mdx index c3cd8af049faf3..1dbe503572d95d 100644 --- a/docs/ai/agent-plugin/index.mdx +++ b/docs/ai/agent-plugin/index.mdx @@ -42,8 +42,6 @@ If you already manage agent tooling with [dotagents](/ai/dotagents/), install th npx @sentry/dotagents add getsentry/agent-plugin ``` -This installs into your global dotagents scope by default. Pass `--project` to install it for the current repository instead. - Restart your AI tools afterward so they load the plugin. The plugin configures the [Sentry MCP server](https://mcp.sentry.dev) for you during install, so there's nothing else to connect. A few workflow tasks also need the [GitHub CLI](https://cli.github.com/) (`gh`) for reading and replying to PR comments. From 2eb9a70cfa1744fd057186e857368b80a9fde605 Mon Sep 17 00:00:00 2001 From: "sentry-junior[bot]" <264270552+sentry-junior[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 19:43:58 +0000 Subject: [PATCH 3/4] docs(ai): Use install tabs for Agent Plugin options Present @sentry/ai and dotagents as a multi-selector, matching the npm/pnpm pattern. Co-Authored-By: David Cramer --- docs/ai/agent-plugin/index.mdx | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/docs/ai/agent-plugin/index.mdx b/docs/ai/agent-plugin/index.mdx index 1dbe503572d95d..1aaa842dbd5d09 100644 --- a/docs/ai/agent-plugin/index.mdx +++ b/docs/ai/agent-plugin/index.mdx @@ -24,24 +24,20 @@ Supports **Claude Code**, **Cursor**, **Codex**, and **Grok**. ## Install -### Sentry installer +Run one of these in your terminal: -Run this in your terminal: - -```bash +```bash {tabTitle:@sentry/ai} npx @sentry/ai install ``` -The installer detects which assistants you have on your machine, lets you pick the ones you want, and wires the plugin into each. Already have it? The same command updates you to the latest version. - -### dotagents - -If you already manage agent tooling with [dotagents](/ai/dotagents/), install the same plugin from there: - -```bash +```bash {tabTitle:dotagents} npx @sentry/dotagents add getsentry/agent-plugin ``` +`@sentry/ai` detects which assistants you have on your machine, lets you pick the ones you want, and wires the plugin into each. Already have it? The same command updates you to the latest version. + +[dotagents](/ai/dotagents/) is an alternative if you already manage agent tooling that way. + Restart your AI tools afterward so they load the plugin. The plugin configures the [Sentry MCP server](https://mcp.sentry.dev) for you during install, so there's nothing else to connect. A few workflow tasks also need the [GitHub CLI](https://cli.github.com/) (`gh`) for reading and replying to PR comments. From c6207a72ee26d8d8b45f9d8d690dc3cf2bad5abb Mon Sep 17 00:00:00 2001 From: "sentry-junior[bot]" <264270552+sentry-junior[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 19:49:45 +0000 Subject: [PATCH 4/4] docs(ai): Rename installer package to @sentry/agent-plugin The installer package was renamed from @sentry/ai. Update install and remove commands to match. Co-Authored-By: Evan Purkhiser --- docs/ai/agent-plugin/index.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/ai/agent-plugin/index.mdx b/docs/ai/agent-plugin/index.mdx index 1aaa842dbd5d09..72fbd8798e6008 100644 --- a/docs/ai/agent-plugin/index.mdx +++ b/docs/ai/agent-plugin/index.mdx @@ -26,15 +26,15 @@ Supports **Claude Code**, **Cursor**, **Codex**, and **Grok**. Run one of these in your terminal: -```bash {tabTitle:@sentry/ai} -npx @sentry/ai install +```bash {tabTitle:@sentry/agent-plugin} +npx @sentry/agent-plugin install ``` ```bash {tabTitle:dotagents} npx @sentry/dotagents add getsentry/agent-plugin ``` -`@sentry/ai` detects which assistants you have on your machine, lets you pick the ones you want, and wires the plugin into each. Already have it? The same command updates you to the latest version. +`@sentry/agent-plugin` detects which assistants you have on your machine, lets you pick the ones you want, and wires the plugin into each. Already have it? The same command updates you to the latest version. [dotagents](/ai/dotagents/) is an alternative if you already manage agent tooling that way. @@ -77,7 +77,7 @@ The plugin configures the [Sentry MCP server](https://mcp.sentry.dev) for you du ## Remove the Plugin ```bash -npx @sentry/ai remove +npx @sentry/agent-plugin remove ``` This only offers the assistants that currently have the plugin and removes just the Sentry plugin, leaving each tool's marketplace registered. Restart your AI tools afterward to drop it.