-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Seer product updates #13953
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Seer product updates #13953
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
7a35a16
Initial fixes
ItalyPaleAle 289ef85
First draft of seer content
8d35531
Add redirect and address code comments
4fca783
Remove unused page files
3a19482
Update docs/product/ai-in-sentry/index.mdx
coolguyzone 79ec513
Update docs/product/ai-in-sentry/index.mdx
coolguyzone f019154
Update docs/product/ai-in-sentry/seer/index.mdx
coolguyzone b780b00
More minor edits from code review
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,8 @@ | |
"**/src/wizard/**": true | ||
}, | ||
"cSpell.words": [ | ||
"laravel" | ||
"laravel", | ||
"subprocessor", | ||
"subprocessors" | ||
] | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
title: AI in Sentry | ||
sidebar_order: 25 | ||
description: "Learn about Sentry's AI-powered features that help you analyze and debug your code faster." | ||
--- | ||
|
||
Sentry leverages artificial intelligence (AI) and machine learning (ML) to enhance your debugging and monitoring experience. Our AI-powered features help you understand issues faster, get automated fixes, and gain deeper insights into your application's behavior. | ||
|
||
## AI-Powered Features | ||
|
||
### [Seer](/product/ai-in-sentry/seer/) | ||
|
||
Seer is Sentry's AI debugging agent that helps resolve errors and performance issues in your applications. Seer combines issue detection, analysis, and automated fixing capabilities to streamline your debugging workflow. | ||
|
||
- **[Issue Fix](/product/ai-in-sentry/seer/issue-fix/)**: Automated root cause analysis and suggested code fixes. | ||
- **Issue Scan**: Scans issues as they are ingested in Sentry to determine an actionability score and run Seer's Issue Fix on them automatically. | ||
- **[Privacy & Security](/product/ai-in-sentry/seer/seer-privacy-security/)**: Understanding how Seer handles your data securely. | ||
|
||
## Issue Summary | ||
|
||
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,75 @@ | ||||||
--- | ||||||
title: Seer | ||||||
description: "Learn about Seer, Sentry's AI agent, and managing generative AI features." | ||||||
sidebar_order: 21 | ||||||
--- | ||||||
|
||||||
Seer is Sentry's AI debugging agent that powers a set of features built on generative AI and ML that uses Sentry's rich context (issue details, tracing data, logs, and profiles) to help you troubleshoot and fix errors and performance issues faster. | ||||||
|
||||||
## Seer Capabilities | ||||||
|
||||||
Seer provides two main capabilities to enhance your debugging: | ||||||
|
||||||
- [**Issue Fix**](#issue-fix): A collaborative workflow to find the root cause and solution of issues | ||||||
- **Issue Scan**: Intelligently analyzes your issues and provides actionability scores to help you prioritize what to work on. | ||||||
|
||||||
### Issue Fix | ||||||
|
||||||
Issue Fix uses AI to find the root cause of your issues and suggest solutions. WIth Issue Fix, you can: | ||||||
|
||||||
- Get automated root cause analysis using Sentry's context and your codebase | ||||||
- Receive AI-generated code fixes and unit tests | ||||||
- Collaborate with Seer throughout the debugging process | ||||||
- Create pull requests directly from the Seer Interface | ||||||
- Benefit from Github integration for seamless code changes | ||||||
|
||||||
Learn more about [Issue Fix](./issue-fix/). | ||||||
|
||||||
### Issue Scan | ||||||
|
||||||
Issue Scan intelligently analyzes your issues and helps you prioritize what to work on. With Issue Scan, you can: | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
- Filter issues by their latest scan results | ||||||
- View actionability scores that indicate how likely an issue is to be resolvable | ||||||
- Se Seer labels in the issue stream for quick identification | ||||||
- Get insights into which issues need immediate attention | ||||||
coolguyzone marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
- Enable Seer's Issue Fix to be started automatically once an issue is ingested in Sentry | ||||||
|
||||||
## How Seer Works | ||||||
|
||||||
Seer leverages multiple data sources to provide accurate analysis and solutions: | ||||||
coolguyzone marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
|
||||||
- **Issue Context**: Error messages, stack traces, and event metadata from your [Issues](/product/issues/) | ||||||
- **Tracing Data**: Distributed [traces](/concepts/key-terms/tracing/#whats-a-trace) and span information | ||||||
- **Your Codebase**: Relevant code from linked GitHub repositories and [logs](/product/explore/logs/) | ||||||
- **Performance Data**: Profiles and performance metrics | ||||||
- **Interactive Feedback**: Your input and guidance during the process | ||||||
|
||||||
## Getting Started with Seer | ||||||
|
||||||
To start using Seer's capabilities: | ||||||
|
||||||
1. **Enable Seer**: Make sure AI features are enabled in your [organization settings](https://sentry.io/orgredirect/organizations/:orgslug/settings/#hideAiFeatures) | ||||||
2. **Set up GitHub Integration**: For Issue Fix capabilities, [connect your GitHub repositories](/organization/integrations/source-code-mgmt/github/) | ||||||
3. **Configure Settings**: Customize Seer's behavior in your project settings | ||||||
4. **Start Using**: Look for Seer options in your issue details pages | ||||||
|
||||||
## Data Processing for Generative AI | ||||||
coolguyzone marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
|
||||||
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. | ||||||
|
||||||
The data used for these features includes: | ||||||
|
||||||
- Error messages | ||||||
- Stack traces | ||||||
- Sentry spans | ||||||
- DOM interactions | ||||||
- Logs | ||||||
- Profiles | ||||||
- Relevant code from linked repositories | ||||||
|
||||||
You can learn more about our data privacy practices [here](/security-legal-pii/security/ai-ml-policy/#use-of-identifying-data-for-generative-ai-features). | ||||||
|
||||||
## Disabling Generative AI Features | ||||||
|
||||||
If you don't find Seer useful and want to disable it for all users, you can do so in your organization's settings with the ["Show Generative AI Features" toggle](https://sentry.io/orgredirect/organizations/:orgslug/settings/#hideAiFeatures). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
--- | ||
title: Issue Fix | ||
description: "Use Seer's Issue Fix to automatically find the root cause of issues and generate code fixes." | ||
sidebar_order: 20 | ||
--- | ||
|
||
**Issue Fix** is Seer's collaborative workflow to find the root cause of and solution to issues. It uses Sentry's context (issue details, tracing data, logs, and profiles), your codebases (integrated through GitHub), and its interactions with you to identify and reason through problems in your code. | ||
|
||
<Alert> | ||
Issue Fix replace Suggested Fix (an earlier feature that has been sunset) and builds upon the capabilities previously known as Autofix. | ||
</Alert> | ||
|
||
## How Issue Fix Works | ||
|
||
When you start an Issue Fix run, you'll see the following screen, with an option to share any additional context: | ||
|
||
{/* IMG */} | ||
|
||
Issue Fix will then analyze the issue and relevant code to help identify the root cause and a solution. You'll see a live stream of Seer's thought process in real time as it works through the problem. Seer will share key insights as they come up and you'll have the option to expand each. You'll see the event data and code that support Seer's conclusions, building a clear chain of reasoning back to the root cause. | ||
|
||
While Issue Fix is reasoning through your problem, you can step in to add context or feedback; collaboration tends to lead to the best results. If Issue Fix encounters gaps in its understanding, it will ask for your input. | ||
|
||
The output will be a clearly defined root cause of the Sentry issue, and a detailed solution for how to resolve it: | ||
|
||
{/* IMG */} | ||
|
||
You are free to edit or adjust this solution based on your own requirements and preferences. Once you are ready to proceed, you can select "Code It Up" to generate code resolving the bug. From there you'll have three options: | ||
|
||
- Write a fix | ||
- Write a unit test reproducing the issue | ||
- Write both | ||
|
||
{/* IMG */} | ||
|
||
Once the coding step is complete, you can either create a Pull Request (PR) in GitHub directly from Seer, or create a branch and checkout the code locally if you would like to iterate further. | ||
|
||
## Prerequisites | ||
|
||
To use Issue Fix, you'll need to have the following: | ||
|
||
1. A Sentry project with issues that have sufficient context (issue details, tracing data, logs, and profiles). | ||
|
||
2. GitHub integration set up in your Sentry project. This allows Seer to access your codebase and generate code fixes. See the [Sentry GitHub integration](/organization/integrations/source-code-mgmt/github/) to learn more. | ||
|
||
3. Working knowledge of the issue you want to fix. Seer will help you identify the root cause and suggest a solution, but you should have a general understanding of the problem you're trying to solve. | ||
|
27 changes: 27 additions & 0 deletions
27
docs/product/ai-in-sentry/seer/seer-privacy-and-security/index.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
title: Seer Privacy and Security | ||
sidebar_order: 30 | ||
description: "Learn about how Seer handles your data securely and protects your privacy." | ||
--- | ||
|
||
Seer is designed with your privacy and security in mind. We take the following measures to ensure that your data is handled securely: | ||
|
||
## Data Processing for Seer | ||
|
||
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. | ||
|
||
The data used for these features includes: | ||
- Error messages | ||
- Stack traces | ||
- Sentry spans | ||
- DOM interactions | ||
coolguyzone marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- Profiles | ||
- Relevant code from linked repositories | ||
|
||
You can learn more about our data privacy practices [here](/security-legal-pii/security/ai-ml-policy/#use-of-identifying-data-for-generative-ai-features). | ||
|
||
## Privacy Guarantees | ||
|
||
### No Training on Your Data | ||
|
||
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. |
Binary file not shown.
Binary file removed
BIN
-42.5 KB
docs/product/issues/issue-details/sentry-seer/img/autofix-results.png
Binary file not shown.
Binary file removed
BIN
-19 KB
docs/product/issues/issue-details/sentry-seer/img/autofix-start-screen.png
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.