Skip to content

Commit 8d35531

Browse files
Alex KrawiecAlex Krawiec
authored andcommitted
Add redirect and address code comments
1 parent 289ef85 commit 8d35531

File tree

3 files changed

+18
-9
lines changed

3 files changed

+18
-9
lines changed

docs/product/ai-in-sentry/index.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Sentry leverages artificial intelligence and machine learning to enhance your de
1212

1313
Seer is Sentry's AI agent that provides intelligent analysis and automated solutions for your code issues. Seer combines issue detection, analysis, and automated fixing capabilities to streamline your debugging workflow.
1414

15-
- **[Issue Scan](/product/ai-in-sentry/seer/issue-scan/)**: Intelligent scanning and analysis of issues with actionability scoring
1615
- **[Issue Fix](/product/ai-in-sentry/seer/issue-fix/)**: Automated root cause analysis and code fixes powered by AI
17-
- **[Privacy & Security](/product/ai-in-sentry/seer/seer-privacy-security/)**: Understanding how Seer handles your data securely
16+
- **Issue Scan**: Intelligent scanning and analysis of issues with actionability scoring
17+
- **[Privacy & Security](/product/ai-in-sentry/seer/seer-privacy-security/)**: Understanding how Seer handles your data securely
18+
19+
## Issue Summary
20+
21+
Issue Summary provides a quick overview of an issue by highlighting key insights taken from event and issue-level metadata. You'll see a quick overview of what's going wrong, a potential cause, and if relevant, insights from trace-connected issues.

docs/product/ai-in-sentry/seer/index.mdx

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ description: "Learn about Seer, Sentry's AI agent, and managing generative AI fe
44
sidebar_order: 21
55
---
66

7-
Seer is Sentry's AI agent that powers a set of features built on generative AI and ML that uses Sentry's rich context (issue details, tracing data, and profiles) to help you understand and resolve issues faster.
7+
Seer is Sentry's AI agent that powers a set of features built on generative AI and ML that uses Sentry's rich context (issue details, tracing data, and profiles) to help you understand and resolve issues faster.
88

99
## Seer Capabilities
1010

1111
Seer provides two main capabilities to enhance your debugging:
1212

1313
- [**Issue Fix**](#issue-fix): A collaborative workflow to find the root cause and solution of issues
14-
- [**Issue Scan**](#issue-summary): Intelligently analyzes your issues and provides actionability scores to help you prioritize what to work on.
15-
14+
- **Issue Scan**: Intelligently analyzes your issues and provides actionability scores to help you prioritize what to work on.
1615

1716
### Issue Fix
1817

@@ -31,17 +30,17 @@ Learn more about [Issue Fix](./issue-fix/).
3130
Issue Scan intelligently analyzes your issues and helps you prioritize what to work on. With Issue Scan, you can:
3231

3332
- Filter issues by their latest scan results
34-
- View actionability scores that indicate how likely an issue is to be resolvable
33+
- View actionability scores that indicate how likely an issue is to be resolvable
3534
- Se Seer labels in the issue stream for quick identification
3635
- Get insights into which issues need immediate attention
3736

3837
## How Seer Works
3938

4039
Seer leverages multiple data sources to provide accurate analysis and solutions:
4140

42-
- **Issue Context**: Error messages, stack traces, and event metadata from your [Issues]()
43-
- **Tracing Data**: Distributed [traces]() and span information
44-
- **Your Codebase**: Relevant code from linked GitHub repositories
41+
- **Issue Context**: Error messages, stack traces, and event metadata from your [Issues](/product/issues/)
42+
- **Tracing Data**: Distributed [traces](/concepts/key-terms/tracing/#whats-a-trace) and span information
43+
- **Your Codebase**: Relevant code from linked GitHub repositories and [logs](/product/explore/logs/)
4544
- **Performance Data**: Profiles and performance metrics
4645
- **Interactive Feedback**: Your input and guidance during the process
4746

@@ -59,10 +58,12 @@ To start using Seer's capabilities:
5958
We use the data listed below to provide insights, analysis, and solutions for your review. Your data will not be used to train any generative AI models without your express consent and AI-generated output from your data is shown only to you, not other customers. Our generative AI features are powered by generative AI models hosted by subprocessors identified on our [subprocessor list](https://sentry.io/legal/subprocessors/). Our subprocessors are only permitted to use the data as directed by us.
6059

6160
The data used for these features includes:
61+
6262
- Error messages
6363
- Stack traces
6464
- Sentry spans
6565
- DOM interactions
66+
- Logs
6667
- Profiles
6768
- Relevant code from linked repositories
6869

redirects.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,6 +1178,10 @@ const userDocsRedirects = [
11781178
source: '/organization/integrations/expo/',
11791179
destination: '/organization/integrations/deployment/expo/',
11801180
},
1181+
{
1182+
source: '/product/issues/issue-details/sentry-seer/',
1183+
destination: '/product/ai-in-sentry/seer/',
1184+
},
11811185
];
11821186

11831187
/**

0 commit comments

Comments
 (0)