diff --git a/docs/product/ai-in-sentry/ai-code-review/index.mdx b/docs/product/ai-in-sentry/ai-code-review/index.mdx index 6ff49ddfdeed0..acff1ccb6c96e 100644 --- a/docs/product/ai-in-sentry/ai-code-review/index.mdx +++ b/docs/product/ai-in-sentry/ai-code-review/index.mdx @@ -34,7 +34,7 @@ Ways AI Code Review can help you: 2. **`@sentry review`** - Use this command in a PR comment, and the assistant will review the PR and predict errors, as well as make suggestions. -Once you have added a comment, the assistant will reply, acknowledging the request. For code reviews, you will then see comments added to your PR. +Once you have added a comment, the assistant will reply, acknowledging the request. For code reviews, you will then see comments added to your PR. ![Sentry Prevent AI Overview =900x](./img/prevent-ai-response.png) @@ -44,6 +44,10 @@ Once you have added a comment, the assistant will reply, acknowledging the reque AI Code Review requires access to your pull requests, including PR metadata, repository information, file names, directory structures, and code diffs. Only file names, code diffs, and PR descriptions are sent to the AI provider for analysis. +- **Can Sentry data appear in AI Code Review comments?** + + When connecting Seer to your GitHub repository, be aware that Seer's automated LLM-generated pull request comments may, in rare cases, include your Sentry data based on Seer's analysis of the content of your pull request. + - **Does AI Code run anywhere outside of GitHub, and does it run in the background?** AI Code Review only runs on GitHub. It will run once when a PR is marked `ready for review` (either when creating the PR, or after taking it out of draft), and otherwise only runs when triggered by a comment.