Skip to content

Commit 01d6c46

Browse files
Update index.mdx
1 parent 1f18abc commit 01d6c46

File tree

1 file changed

+15
-15
lines changed
  • docs/product/ai-in-sentry/sentry-prevent-ai

1 file changed

+15
-15
lines changed
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
---
2-
title: Sentry Prevent AI
2+
title: AI Code Review
33
sidebar_order: 30
4-
description: "Get error predictions, code reviews and new tests for better code and coverage using Sentry Prevent AI."
4+
description: "Get error predictions, code reviews and new tests for better code and coverage."
55
---
66

7-
Sentry Prevent AI is a generative AI assistant developed by Sentry. It helps you generate new tests for uncovered code and reviews your code changes, predicting errors and offering suggestions for improvement before merging pull requests.
7+
AI Code Review helps you generate new tests for uncovered code and reviews your code changes, predicting errors and offering suggestions for improvement before merging pull requests.
88

99
<Alert>
10-
Sentry Prevent AI is currently in <strong>beta</strong>. Beta features are
10+
AI Code Review is currently in <strong>beta</strong>. Beta features are
1111
still a work in progress and may have bugs. Please join the [Discord
1212
conversation](https://discord.com/channels/621778831602221064/1385700674557444190)
1313
to share your feedback.
1414
</Alert>
1515

1616
## Getting Started
1717

18-
To enable Sentry Prevent AI in your GitHub organization or on specific repositories, you need to install the [Seer by Sentry app](https://github.com/apps/seer-by-sentry). This allows the assistant to analyze pull requests, provide insights, and write tests. **You must also have the [Sentry Github integration](/organization/integrations/source-code-mgmt/github/) enabled.**
18+
To enable AI Code Review in your GitHub organization or on specific repositories, you need to install the [Seer by Sentry app](https://github.com/apps/seer-by-sentry). This allows the assistant to analyze pull requests, provide insights, and write tests. **You must also have the [Sentry Github integration](/organization/integrations/source-code-mgmt/github/) enabled.**
1919

2020
1. Install the [Seer by Sentry app](https://github.com/apps/seer-by-sentry) in your GitHub organization or specific repositories.
2121
2. Enable these required settings in your Sentry [organization settings](https://sentry.io/orgredirect/settings/:orgslug/):
2222
- `Show Generative AI Features`
23-
- `Enable PR Review and Test Generation`
23+
- `Enable AI Code Review`
2424

2525
If you're not an admin, share the Seer by Sentry GitHub App Integration link with your organization's admin or owner to install it.
2626

27-
## Sentry Prevent AI Commands
27+
## AI Code Review Commands
2828

29-
After installing the app, Sentry Prevent AI can help you in three ways:
29+
After installing the app, AI Code Review can help you in three ways:
3030

31-
1. **Error Prediction** - When you create a pull request and set it to `Ready for Review`, Sentry Prevent AI will check for errors in your code. If no error is found, you will see a 🎉 emoji as a reaction to your PR description. Otherwise, Sentry Prevent AI will add comments to your PR.
31+
1. **Error Prediction** - When you create a pull request and set it to `Ready for Review`, AI Code Review will check for errors in your code. If no error is found, you will see a 🎉 emoji as a reaction to your PR description. Otherwise, AI Code Review will add comments to your PR.
3232

3333
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.
3434

@@ -40,20 +40,20 @@ Once you have added a comment, the assistant will reply, acknowledging the reque
4040

4141
## Frequently Asked Questions
4242

43-
- **What data does Sentry Prevent AI need access to for the AI system to function, and what information is sent to third-party AI providers?**
43+
- **What data does AI Code Review need access to for the AI system to function, and what information is sent to third-party AI providers?**
4444

45-
Sentry Prevent AI 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.
45+
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.
4646

47-
- **Does Sentry Prevent AI run anywhere outside of GitHub, and does it run in the background?**
47+
- **Does AI Code run anywhere outside of GitHub, and does it run in the background?**
4848

49-
Sentry Prevent AI only runs on GitHub. It will run once when a PR is marked `ready for review`, and otherwise only runs when triggered by a comment.
49+
AI Code Review only runs on GitHub. It will run once when a PR is marked `ready for review`, and otherwise only runs when triggered by a comment.
5050

5151
You can learn more about AI privacy and security [here](/product/ai-in-sentry/ai-privacy-and-security/).
5252

5353
- **Why aren't `@sentry` commands working?**
5454

55-
Sentry Prevent AI will respond with a message to enable the `Show Generative AI Features` and `Enable PR Review and Test Generation` settings in your [organization settings](https://sentry.io/orgredirect/settings/:orgslug/), if you have not already enabled them. Once enabled, try `@sentry review` or `@sentry generate-test` again to run Sentry Prevent AI.
55+
AI Code Review will respond with a message to enable the `Show Generative AI Features` and `Enable PR Review and Test Generation` settings in your [organization settings](https://sentry.io/orgredirect/settings/:orgslug/), if you have not already enabled them. Once enabled, try `@sentry review` or `@sentry generate-test` again to run AI Code Review.
5656

57-
- **Are Prevent AI features available in the EU region?**
57+
- **Is AI Code Review available in the EU region?**
5858

5959
Not currently, although we're working on it.

0 commit comments

Comments
 (0)