diff --git a/docs/product/ai-in-sentry/seer/ai-code-review/index.mdx b/docs/product/ai-in-sentry/seer/ai-code-review/index.mdx index 90bed1b423237..15114e556369d 100644 --- a/docs/product/ai-in-sentry/seer/ai-code-review/index.mdx +++ b/docs/product/ai-in-sentry/seer/ai-code-review/index.mdx @@ -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. + + +You must use the [GitHub integration](/organization/integrations/source-code-mgmt/github/) to enable AI Code Review. + ### GitHub Permissions