Skip to content
Open
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
6 changes: 5 additions & 1 deletion docs/product/ai-in-sentry/ai-code-review/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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.
Expand Down
Loading