-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Update trillville/update-branding for AI features branding #12951
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
ItalyPaleAle
merged 2 commits into
trillville/update-branding
from
italypaleale/sentry-ai-branding
Mar 14, 2025
Merged
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
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
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
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,59 @@ | ||
| --- | ||
| title: Autofix | ||
| description: "Learn about the AI-powered Autofix that helps you debug and fix issues faster." | ||
| sidebar_order: 51 | ||
| --- | ||
|
|
||
| **Autofix** uses Sentry's context (issue details, tracing data, and profiles), your codebase (integrated through GitHub), and its interactions with you to reason through the problem, identify the root cause, and suggest a code change for fixing the issue and/or add unit tests for it. You can find it in the **Solutions Hub** section of the issue details page after clicking on any error from the [**Issues**](https://sentry.io/orgredirect/organizations/:orgslug/issues/) page. | ||
ItalyPaleAle marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| Autofix is powered by [Seer](/product/issues/issue-details/seer-ai-features/), which is Sentry's AI agent. | ||
|
|
||
| <Alert> | ||
|
|
||
| Autofix is currently in Beta, free of charge, for paid Sentry customers. Feedback is highly welcomed and can be submitted in-product or via email to [email protected]. | ||
|
|
||
| </Alert> | ||
|
|
||
| <Alert> | ||
|
|
||
| Autofix replaces Suggested Fix (an earlier feature that has been sunset). | ||
ItalyPaleAle marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| </Alert> | ||
|
|
||
| ## Enabling Autofix and other AI features | ||
ItalyPaleAle marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| Before you can use Autofix, you need to enable features that leverage generative AI for your Sentry organization. From the [**Organization Settings** page](https://sentry.io/orgredirect/organizations/:orgslug/settings/organization/), make sure that _Hide AI Features_ is **off**: | ||
ItalyPaleAle marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
|  | ||
|
|
||
| <Alert> | ||
|
|
||
| Issue Summary and other generative AI features in Sentry are not available for customers hosted in the European Union at this time. | ||
|
|
||
| </Alert> | ||
|
|
||
| ## Using Autofix | ||
|
|
||
| When you start an Autofix run, you'll see the following screen, with an option to share any additional context: | ||
|
|
||
|  | ||
|
|
||
| Autofix will then analyze the issue and relevant code to help identify the root cause and a solution. You'll see a live stream of Autofix's thought process in real-time as it works through the problem. Autofix 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 Autofix conclusions, building a clear chain of reasoning back to the root cause. | ||
ItalyPaleAle marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| While Autofix is reasoning through your problem, you can step in at any time to add context or feedback; often times, collaboration tends to lead to the best results. If Autofix encounters gaps in its understanding, it will ask for your input. | ||
ItalyPaleAle marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| The output will be a clearly defined root cause of the Sentry issue, and a detailed solution for how to resolve it: | ||
|
|
||
|  | ||
|
|
||
| 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. You have three options: | ||
|
|
||
| - Write a fix | ||
| - Write a unit test reproducing the issue | ||
| - Write both | ||
|
|
||
|  | ||
|
|
||
| Once the coding step is complete, you can either create a Pull Request (PR) in GitHub directly from Autofix, or create a branch and checkout the code locally if you would like to iterate further. | ||
|
|
||
|  | ||
File renamed without changes
31 changes: 31 additions & 0 deletions
31
docs/product/issues/issue-details/ai-issue-summary/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,31 @@ | ||
| --- | ||
| title: Issue Summary | ||
| description: "Learn about AI-powered issue summary to get a quick overview of an issue." | ||
ItalyPaleAle marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| sidebar_order: 52 | ||
| --- | ||
|
|
||
| Issue Summary provides a quick overview of an issue by highlighting key insights taken from event and issue-level metadata. | ||
| Issue Summary is powered by [Seer](/product/issues/issue-details/seer-ai-features/), which is Sentry's AI agent. | ||
|
|
||
| You can find the AI-generated summary of a problem in the **Solutions Hub** section of the issue details page, after clicking on any error from the [**Issues**](https://sentry.io/orgredirect/organizations/:orgslug/issues/) page. | ||
| You'll see a quick overview of what's going wrong, a potential cause, and if relevant, insights from trace-connected issues, all in the **Solutions Hub** in the sidebar: | ||
|
|
||
|  | ||
|
|
||
| <Alert> | ||
|
|
||
| Issue Summary is currently in Beta, free of charge, for paid Sentry customers. Feedback is highly welcomed and can be submitted in-product or via email to [email protected]. | ||
|
|
||
| </Alert> | ||
|
|
||
| ## Enabling Autofix and other AI features | ||
ItalyPaleAle marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| Before you can use Autofix, you need to enable features that leverage generative AI for your Sentry organization. From the [**Organization Settings** page](https://sentry.io/orgredirect/organizations/:orgslug/settings/organization/), make sure that _Hide AI Features_ is **off**: | ||
|
|
||
|  | ||
|
|
||
| <Alert> | ||
|
|
||
| Issue Summary and other generative AI features in Sentry are not available for customers hosted in the European Union at this time. | ||
|
|
||
| </Alert> | ||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 43 additions & 0 deletions
43
docs/product/issues/issue-details/seer-ai-features/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,43 @@ | ||
| --- | ||
| title: Seer & AI features | ||
| description: "Learn about Seer, Sentry's AI agent, and managing generative AI features." | ||
| sidebar_order: 55 | ||
| --- | ||
|
|
||
| Seer is Sentry's AI agent that powers a set of features built on AI and ML. | ||
|
|
||
| Once you've set up Seer, you'll be able to use the following features that leverage generative AI models: | ||
|
|
||
| - [**Autofix**](/product/issues/issue-details/ai-autofix/) | ||
| - [**Issue Summary**](/product/issues/issue-details/ai-issue-summary/) | ||
|
|
||
| Additionally, Seer includes a Sentry-made Machine Learning (ML) model that enables [**AI-powered Issue Grouping**](/concepts/data-management/event-grouping/). | ||
|
|
||
| <Alert> | ||
|
|
||
| Seer features built on generative AI, including Autofix and Issue Summary, are not available for hosted Sentry customers in the European Union at this time. | ||
|
|
||
| </Alert> | ||
|
|
||
| ## Data Processing for Generative AI | ||
|
|
||
| When using generative AI capabilities in Seer, we use the data listed below for analysis and to provide solutions for your review. **Your data will not be used to train any models or to generate output shown to others.** These features are powered by generative AI models hosted by the feature-specific subprocessors identified on our [subprocessor list](https://sentry.io/legal/subprocessors/). Our subprocessors will only use the data as directed by us. | ||
|
|
||
| The data used for these features includes: | ||
|
|
||
| - Error messages | ||
| - Stack traces | ||
| - Sentry spans | ||
| - DOM interactions | ||
| - Profiles | ||
| - Relevant code from linked repositories | ||
|
|
||
| You can learn more about our data privacy practices [in our AI/ML policy](/security-legal-pii/security/ai-ml-policy/#use-of-identifying-data-for-generative-ai-features). | ||
|
|
||
| ## Disabling Generative AI Features | ||
|
|
||
| If you don't find the feature useful and want to disable it for all users, you can do so in your organization's settings with the "Hide AI Features" toggle: | ||
|
|
||
|  | ||
|
|
||
| Also note that the features won't be available until the proper consent is given for your organization. |
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
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.
Uh oh!
There was an error while loading. Please reload this page.