You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
10
+
AI Code Review helps you reviews your code changes, predicting errors and offering suggestions for improvement before merging pull requests.
11
11
12
12
<Alert>
13
13
AI Code Review is currently in <strong>beta</strong>. Beta features are
@@ -35,9 +35,7 @@ After installing the app, AI Code Review can help you in three ways:
35
35
36
36
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.
37
37
38
-
3.**`@sentry generate-test`** - Use this command in a PR comment, and the assistant will generate tests for your PR.
39
-
40
-
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. For test generation, you will see a comment with a link to the generated tests.
38
+
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.
41
39
42
40

43
41
@@ -55,7 +53,7 @@ Once you have added a comment, the assistant will reply, acknowledging the reque
55
53
56
54
-**Why aren't `@sentry` commands working?**
57
55
58
-
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.
56
+
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` again to run AI Code Review.
59
57
60
58
-**Is AI Code Review available in the EU region?**
0 commit comments