From 007de3a33359bcdbb8b0eb91e60a3d06fd855e87 Mon Sep 17 00:00:00 2001 From: Shannon Anahata Date: Wed, 18 Feb 2026 10:28:57 -0800 Subject: [PATCH 1/4] Updated code review setup instructions for clarity --- .../product/ai-in-sentry/seer/ai-code-review/index.mdx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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..b488f161c596f 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,11 +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. Configure default [Seer Code Review 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). -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). + + b. To add a repository for Code Review, you first have to install a new repo in your Sentry organization at [GitHub Integration Settings](https://sentry.io/orgredirect/organizations/:orgslug//settings/integrations/github/). + +You must use the [GitHub integration](/organization/integrations/source-code-mgmt/github/) to enable AI Code Review. + ### GitHub Permissions AI Code Review requires specific GitHub permissions to work. When you install or update the Sentry GitHub integration, you'll need to accept the following permissions: From 09f9dc8edacd4b48f4b95edb5e73a69698d0aa7f Mon Sep 17 00:00:00 2001 From: Shannon Anahata Date: Wed, 18 Feb 2026 13:21:05 -0800 Subject: [PATCH 2/4] Updated steps for more details --- docs/product/ai-in-sentry/seer/ai-code-review/index.mdx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 b488f161c596f..ab579de203678 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,17 +21,18 @@ 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 default [Seer Code Review 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/). **Note:** Enabling Seer starts *active contributor pricing* for this feature. Learn more about [Seer pricing](/pricing/#seer-pricing). 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). + 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. To add a repository for Code Review, you first have to install a new repo in your Sentry organization at [GitHub Integration Settings](https://sentry.io/orgredirect/organizations/:orgslug//settings/integrations/github/). + 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 configuration. You must use the [GitHub integration](/organization/integrations/source-code-mgmt/github/) to enable AI Code Review. + ### GitHub Permissions AI Code Review requires specific GitHub permissions to work. When you install or update the Sentry GitHub integration, you'll need to accept the following permissions: From e1f2ff1fa6d7ee7974081226d746ae3338919b69 Mon Sep 17 00:00:00 2001 From: Shannon Anahata Date: Wed, 18 Feb 2026 13:27:44 -0800 Subject: [PATCH 3/4] Found more direct link to code review settings. --- docs/product/ai-in-sentry/seer/ai-code-review/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ab579de203678..9847a7bac8ae0 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,7 +21,7 @@ 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. In Seer settings, configure [Default Code Review for New Repos](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. Select which repositories to connect: From 0d98be36fbdd32d239aa9dca1d19cf122f93664d Mon Sep 17 00:00:00 2001 From: Shannon Anahata Date: Thu, 19 Feb 2026 10:37:28 -0800 Subject: [PATCH 4/4] Update docs/product/ai-in-sentry/seer/ai-code-review/index.mdx Co-authored-by: Alex Krawiec --- docs/product/ai-in-sentry/seer/ai-code-review/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 9847a7bac8ae0..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 @@ -27,7 +27,7 @@ Set up AI Code Review in your GitHub organization or on specific repositories: 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 configuration. + 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.