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
11 changes: 9 additions & 2 deletions docs/product/ai-in-sentry/seer/ai-code-review/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,17 @@ AI Code Review helps you reviews your code changes, predicting errors and offeri
## Getting Started

Set up AI Code Review in your GitHub organization or on specific repositories:
1. Configure [Seer Settings](https://sentry.io/orgredirect/organizations/:orgslug/settings/seer/). **Note:** Enabling Seer starts *active contributor pricing* for this feature. Learn more about [Seer pricing](/pricing/#seer-pricing).
1. In Seer settings, configure [Default Code Review for New Repos](https://sentry.io/orgredirect/organizations/:orgslug/settings/seer/#autoEnableCodeReview). **Note:** Enabling Seer starts *active contributor pricing* for this feature. Learn more about [Seer pricing](/pricing/#seer-pricing).

2. You must use the [GitHub integration](/organization/integrations/source-code-mgmt/github/) to enable AI Code Review.
2. Select which repositories to connect:

a. To configure existing repositories, go to [Repository Code Review Settings](https://sentry.io/orgredirect/organizations/:orgslug/settings/seer/repos) and find the repo you want to configure. Toggle on **Code Review** to enable it.

b. If you do not see the repo you want on the list, go to [GitHub Integration Settings](https://sentry.io/orgredirect/organizations/:orgslug//settings/integrations/github/) and install the repository in your Sentry organization. Then, go back to [Repository Code Review Settings](https://sentry.io/orgredirect/organizations/:orgslug/settings/seer/repos) to finish the configuration.

<Alert level="info">
You must use the [GitHub integration](/organization/integrations/source-code-mgmt/github/) to enable AI Code Review.
</Alert>

### GitHub Permissions

Expand Down
Loading