From 9ee88fe85f0bc5415a201f0b80661b5349d943a7 Mon Sep 17 00:00:00 2001 From: Trevor Elkins Date: Tue, 17 Feb 2026 11:28:47 -0500 Subject: [PATCH 1/4] add disclaimer --- .../engineering-practices/ai-assisted-development.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/develop-docs/engineering-practices/ai-assisted-development.mdx b/develop-docs/engineering-practices/ai-assisted-development.mdx index c619f9b65a3ca..a068b657dcf61 100644 --- a/develop-docs/engineering-practices/ai-assisted-development.mdx +++ b/develop-docs/engineering-practices/ai-assisted-development.mdx @@ -90,6 +90,10 @@ Run `/agents` to get started, or see the [custom agents documentation](https://c Connect your AI assistant to the services your team already uses. These are the MCP servers and CLIs we've found most useful at Sentry. + + When connecting AI tools to external services, review and follow Sentry's LLM data access policies to avoid sending any sensitive customer data. + + | Tool | What it gives you | Setup | | ---- | ----------------- | ----- | | [Sentry MCP](https://docs.sentry.io/product/sentry-mcp/) | Query errors, search issues, analyze traces, and get root cause analysis directly from your editor. | `claude mcp add sentry -- npx @sentry/mcp` | From 1f9249a5d56ee098ee5856bae215915bbc36023d Mon Sep 17 00:00:00 2001 From: Trevor Elkins Date: Tue, 17 Feb 2026 11:32:12 -0500 Subject: [PATCH 2/4] fix --- .../ai-assisted-development.mdx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/develop-docs/engineering-practices/ai-assisted-development.mdx b/develop-docs/engineering-practices/ai-assisted-development.mdx index a068b657dcf61..f9884ecb788f7 100644 --- a/develop-docs/engineering-practices/ai-assisted-development.mdx +++ b/develop-docs/engineering-practices/ai-assisted-development.mdx @@ -94,18 +94,18 @@ Connect your AI assistant to the services your team already uses. These are the When connecting AI tools to external services, review and follow Sentry's LLM data access policies to avoid sending any sensitive customer data. -| Tool | What it gives you | Setup | -| ---- | ----------------- | ----- | -| [Sentry MCP](https://docs.sentry.io/product/sentry-mcp/) | Query errors, search issues, analyze traces, and get root cause analysis directly from your editor. | `claude mcp add sentry -- npx @sentry/mcp` | -| [Linear MCP](https://github.com/jerhadf/linear-mcp-server) | Create, search, and update Linear issues without leaving your session. Great for turning bug findings into tickets on the spot. | See repo README | -| [Notion MCP](https://github.com/makenotion/notion-mcp-server) | Search and read Notion pages. Useful for pulling in specs, RFCs, and team docs as context. | See repo README | -| [Slack MCP](https://github.com/nicholasgriffintn/slack-mcp-server) | Read Slack threads and channels. Paste a bug report thread and say "fix." | See repo README | +| Tool | What it gives you | +| ---- | ----------------- | +| [Sentry MCP](https://docs.sentry.io/product/sentry-mcp/) | Query errors, search issues, analyze traces, and get root cause analysis directly from your editor. | +| [Linear MCP](https://github.com/jerhadf/linear-mcp-server) | Create, search, and update Linear issues without leaving your session. Great for turning bug findings into tickets on the spot. | +| [Notion MCP](https://github.com/makenotion/notion-mcp-server) | Search and read Notion pages. Useful for pulling in specs, RFCs, and team docs as context. | +| [Slack MCP](https://github.com/nicholasgriffintn/slack-mcp-server) | Read Slack threads and channels. Paste a bug report thread and say "fix." | #### CLIs AI assistants can use any CLI tool you have installed. A few that work especially well: -- **`gcloud`** — Fetch logs, query BigQuery, and inspect GCP resources. Point Claude at `gcloud logging read` output to troubleshoot production issues. +- **`gcloud`** — Fetch logs, query BigQuery, and inspect GCP resources. - **`gh`** — Read PRs, issues, CI logs, and review comments from GitHub. - **`bq`** — Run BigQuery queries for ad-hoc analytics (see [Data & Analytics](#data--analytics)). From 0bb16e0bf67d20e1c5d804860aa0e8ea12416ae2 Mon Sep 17 00:00:00 2001 From: Trevor Elkins Date: Tue, 17 Feb 2026 11:56:04 -0500 Subject: [PATCH 3/4] trigger vercel redeploy Co-Authored-By: Claude From 9d6a060d7265e561a0372ae347c3321b1618e5a2 Mon Sep 17 00:00:00 2001 From: Trevor Elkins Date: Tue, 17 Feb 2026 12:27:29 -0500 Subject: [PATCH 4/4] bump vercel --- develop-docs/engineering-practices/ai-assisted-development.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develop-docs/engineering-practices/ai-assisted-development.mdx b/develop-docs/engineering-practices/ai-assisted-development.mdx index f9884ecb788f7..17624ef4ef51a 100644 --- a/develop-docs/engineering-practices/ai-assisted-development.mdx +++ b/develop-docs/engineering-practices/ai-assisted-development.mdx @@ -97,7 +97,7 @@ Connect your AI assistant to the services your team already uses. These are the | Tool | What it gives you | | ---- | ----------------- | | [Sentry MCP](https://docs.sentry.io/product/sentry-mcp/) | Query errors, search issues, analyze traces, and get root cause analysis directly from your editor. | -| [Linear MCP](https://github.com/jerhadf/linear-mcp-server) | Create, search, and update Linear issues without leaving your session. Great for turning bug findings into tickets on the spot. | +| [Linear MCP](https://github.com/jerhadf/linear-mcp-server) | Create, search, and update Linear issues without leaving your session. | | [Notion MCP](https://github.com/makenotion/notion-mcp-server) | Search and read Notion pages. Useful for pulling in specs, RFCs, and team docs as context. | | [Slack MCP](https://github.com/nicholasgriffintn/slack-mcp-server) | Read Slack threads and channels. Paste a bug report thread and say "fix." |