Skip to content

Commit 9cc7442

Browse files
Document feeding logs to ai agents (#14984)
## DESCRIBE YOUR PR Added a new section, "AI-Powered Log Analysis," to the Sentry logs documentation. This section explains how users can leverage Sentry logs with AI agents and tooling for debugging, summarizing, and automated analysis. It covers integration points such as `sentry-cli`, the Sentry MCP server, and Sentry's AI agent Seer. ## IS YOUR CHANGE URGENT? - [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE --> - [ ] Other deadline: <!-- ENTER DATE HERE --> - [x] None: Not urgent, can wait up to 1 week+ ## SLA - Teamwork makes the dream work, so please add a reviewer to your PRs. - Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it. Thanks in advance for your help! ## PRE-MERGE CHECKLIST *Make sure you've checked the following before merging your changes:* - [ ] Checked Vercel preview for correctness, including links - [ ] PR was reviewed and approved by any necessary SMEs (subject matter experts) - [ ] PR was reviewed and approved by a member of the [Sentry docs team](https://github.com/orgs/getsentry/teams/docs) ## LEGAL BOILERPLATE <!-- Sentry employees and contractors can delete or ignore this section. --> Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms. ## EXTRA RESOURCES - [Sentry Docs contributor guide](https://docs.sentry.io/contributing/) --- [Slack Thread](https://sentry.slack.com/archives/C081M1KEQ0L/p1758218831751439?thread_ts=1758218831.751439&cid=C081M1KEQ0L) <a href="https://cursor.com/background-agent?bcId=bc-b126902e-96b6-4a85-a30f-6be51272ad25"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/open-in-cursor-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/open-in-cursor-light.svg"><img alt="Open in Cursor" src="https://cursor.com/open-in-cursor.svg"></picture></a>&nbsp;<a href="https://cursor.com/agents?id=bc-b126902e-96b6-4a85-a30f-6be51272ad25"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/open-in-web-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/open-in-web-light.svg"><img alt="Open in Web" src="https://cursor.com/open-in-web.svg"></picture></a> --------- Co-authored-by: Cursor Agent <[email protected]>
1 parent 57d5dd0 commit 9cc7442

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/product/explore/logs/index.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,14 @@ You can create Alert rules and dashboard widgets based on your log queries.
5555
![Log Queries](./img/LogQueries.png)
5656

5757

58+
## AI-Powered Log Analysis
59+
60+
Your Sentry logs can be leveraged with AI agents and tooling for debugging, summarizing, and automated analysis.
61+
62+
- **[Sentry CLI](/cli/logs/)**: Provides command-line access to your logs, making it easy to feed log data directly into AI tools and scripts for analysis.
63+
- **[Sentry MCP Server](/product/sentry-mcp/)**: Provides secure connectivity between your Sentry data and LLM clients using the Model Context Protocol. This enables natural language queries and deep integration with AI tools like Claude, Cursor, and VS Code.
64+
- **[Seer](/product/ai-in-sentry/seer/)**: Sentry's AI debugging agent automatically uses logs alongside other telemetry data to provide intelligent issue analysis and automated fixes.
65+
5866
## Video - Getting Started with Sentry Logs
5967

6068
<VimeoEmbed id="1081149414?h=4094d6e14f" />

0 commit comments

Comments
 (0)