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
Copy file name to clipboardExpand all lines: docs/product/ai-in-sentry/sentry-prevent-ai/index.mdx
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,23 @@
1
1
---
2
2
title: Sentry Prevent AI
3
3
sidebar_order: 30
4
-
description: "Get code reviews and new tests for better code and coverage using Sentry Prevent AI."
4
+
description: "Sentry Prevent AI reviews code and generates tests to improve quality and test coverage."
5
5
---
6
6
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, offering suggestions for improvement before merging pull requests.
7
+
Sentry Prevent AI is a generative AI assistant developed by Sentry that reviews your pull requests, suggests improvements, and generates tests for uncovered code before you merge.
8
8
9
9
<Alert>
10
10
Sentry Prevent AI is currently in <strong>beta</strong>. Beta features are still a work in progress and may have bugs. Please join the [Discord conversation](https://discord.com/channels/621778831602221064/1385700674557444190) to share your feedback.
11
11
</Alert>
12
12
13
13
## Getting Started
14
14
15
-
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.
15
+
1.*Install the*[Seer by Sentry app](https://github.com/apps/seer-by-sentry) in your GitHub organization or specific repositories.
16
+
2.*Enable these required settings* in your Sentry [organization settings](https://sentry.io/settings/organization/):
17
+
◦ _Show Generative AI Features_
18
+
◦ _Enable PR Review and Test Generation_
16
19
17
-
If you're not an admin, copy the Sentry Prevent AI GitHub App Integration link and share it with your organization's admin or owner to install it.
18
-
19
-
**Note:** Both `Show Generative AI Features` and `Enable PR Review and Test Generation` settings must be enabled in your [organization settings](https:sentry.io/settings/organization/) to run Sentry Prevent AI on your pull requests.
20
+
*If you're not an admin*, share the Sentry Prevent AI GitHub App Integration link with your organization's admin or owner to install.
20
21
21
22
## Sentry Prevent AI Commands
22
23
@@ -34,7 +35,7 @@ Once you have added a comment, the assistant will reply, acknowledging the reque
34
35
35
36
-**What data does Sentry Prevent need access to for the AI system to function, and what information is sent to third-party AI providers?**
36
37
37
-
Sentry Prevent requires access to your pull requests, including PR metadata, repository information, file names, directory structures, and code diffs. The file names, code diffs, and PR descriptions are sent to the AI provider for analysis.
38
+
Prevent AI analyzes your pull requests by reading PR details (like file names, directory structure, and code changes). Only file names, code diffs, and PR descriptions are sent to the AI provider.
38
39
39
40
-**Does Sentry Prevent run anywhere outside of GitHub, and does it run in the background?**
0 commit comments