Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs/product/ai-in-sentry/seer/root-cause-analysis/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,20 @@ You can disable code generation for your organization [here](https://sentry.io/o

![Screenshot of Seer showing code it generated =800x](../img/coding-step.png)

## Root Cause Analysis in Slack [Beta]

<Alert>
This feature is currently in <strong>beta</strong>. Beta features are still a work in progress and may have bugs. We recognize the irony.
</Alert>

If you have the [Slack integration](/organization/integrations/notification-incidents/slack/) enabled, you can trigger Root Cause Analysis from a Slack message.

1. Invite Sentry to your Slack channel (@Sentry)
2. Make sure you have [Issue Alerts](/organization/integrations/notification-incidents/slack/#issue-alerts) configured to send alerts to the Slack channel
3. When a new issue is shown on the channel, it will include an option to *Fix with Seer*

Clicking *Fix with Seer* will trigger Root Cause Analysis for the issue. You can wait to see the result posted in the issue thread, or go to Sentry to see the process. Seer will prompt you to take next steps once it has finished running, including planning a solution, generating code, and pushing it to your codebase.

## What Root Cause Analysis Uses

Seer handles access to a wide variety of data sources and tools. While debugging issues, it may examine:
Expand Down
Loading