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
Feat [prevent]: Updated AI code review docs to remove gen tests (#15549)
## DESCRIBE YOUR PR
Updated AI code review docs to remove gen tests.
preview:
https://sentry-docs-git-remove-gen-test-prompt.sentry.dev/product/ai-in-sentry/ai-code-review/
## IS YOUR CHANGE URGENT?
Help us prioritize incoming PRs by letting us know when the change needs
to go live.
- [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE -->
- [ ] Other deadline: <!-- ENTER DATE HERE -->
- [ ] None: Not urgent, can wait up to 1 week+
## SLA
- Teamwork makes the dream work, so please add a reviewer to your PRs.
- Please give the docs team up to 1 week to review your PR unless you've
added an urgent due date to it.
Thanks in advance for your help!
## PRE-MERGE CHECKLIST
*Make sure you've checked the following before merging your changes:*
- [ ] Checked Vercel preview for correctness, including links
- [ ] PR was reviewed and approved by any necessary SMEs (subject matter
experts)
- [ ] PR was reviewed and approved by a member of the [Sentry docs
team](https://github.com/orgs/getsentry/teams/docs)
Co-authored-by: Shannon Anahata <[email protected]>
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