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
1. Branding: Ensure "issue fix" and "issue scan" are lowercased (when not used in a title)
2. Moved "Seer Privacy and Security" to "AI Privacy and Security" in the higher-level directory, since it applies to all gen AI features (not just Seer)
3. Shortened the privacy and security details in the main Seer's page, which was duplicate with what's in the legal page (it's linking to that for more details)
4. Moved "Disabling gen AI features" to the "AI in Sentry" page since that applies to all AI features not just Seer
5. Updated Seer privacy/legal term: removed note that it's not available in the EU (it is available now), and specified that we do not train gen AI on customer data by default (before it said only "without express consent" but wasn't clear that consent is not given by default) - this was approved by legal for a separate whitepaper
description: "Learn about how AI features in Sentry handle your data securely and protect your privacy."
5
+
---
6
+
7
+
Generative AI features in Sentry, including Seer, are designed with your privacy and security in mind. We take the following measures to ensure that your data is handled securely:
8
+
9
+
## Data Processing for Generative AI
10
+
11
+
We use the data listed below to provide insights, analysis, and solutions for your review. Your data will not be used to train any generative AI models by default and without your express consent, and AI-generated output from your data is shown only to you, not other customers.
12
+
13
+
Our generative AI features are powered by large language models (LLMs) hosted by subprocessors identified on our [subprocessor list](https://sentry.io/legal/subprocessors/). Our subprocessors are only permitted to use the data as directed by us.
14
+
15
+
The data used for these features includes:
16
+
17
+
- Error messages
18
+
- Stack traces
19
+
- Spans and traces
20
+
- Logs
21
+
- DOM interactions
22
+
- Profiles
23
+
- Relevant code from linked repositories
24
+
25
+
Data is stored and processed in your selected region (US or EU).
26
+
27
+
You can learn more about our data privacy practices [here](/security-legal-pii/security/ai-ml-policy/#use-of-identifying-data-for-generative-ai-features).
28
+
29
+
## Privacy Guarantees
30
+
31
+
### No Training on Your Data
32
+
33
+
Your data will **not** be used to train any generative AI models by default and without your express consent, and AI-generated output from your data is shown only to you, not other customers.
Copy file name to clipboardExpand all lines: docs/product/ai-in-sentry/index.mdx
+16-3Lines changed: 16 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,23 @@ Sentry leverages artificial intelligence (AI) and machine learning (ML) to enhan
12
12
13
13
Seer is Sentry's AI debugging agent that helps resolve errors and performance issues in your applications. Seer combines issue detection, analysis, and automated fixing capabilities to streamline your debugging workflow.
14
14
15
-
-**[Issue Fix](/product/ai-in-sentry/seer/issue-fix/)**: Automated root cause analysis and suggested code fixes.
16
-
-**Issue Scan**: Scans issues as they are ingested in Sentry to determine an actionability score and run Seer's Issue Fix on them automatically.
15
+
-**[Issue Fix](/product/ai-in-sentry/seer/issue-fix/)**: Automated root cause analysis and suggested code fixes, for errors and performance issues.
16
+
-**Issue Scan**: Scans issues as they are ingested in Sentry to determine an actionability score and run Seer's issue fix on them automatically.
17
17
-**[Privacy & Security](/product/ai-in-sentry/seer/seer-privacy-and-security/)**: Understanding how Seer handles your data securely.
18
18
19
19
## Issue Summary
20
20
21
-
Issue Summary provides a quick overview of an issue by highlighting key insights taken from event and issue-level metadata. You'll see a quick overview of what's going wrong, a potential cause, and if relevant, insights from trace-connected issues.
21
+
**Issue summary** provides a quick overview of an issue by highlighting key insights taken from event and issue-level metadata. You'll see a quick overview of what's going wrong, a potential cause, and if relevant, insights from trace-connected issues.
22
+
23
+
## Privacy and security
24
+
25
+
Sentry includes strong guarantees for privacy and security of your data. At a glance:
26
+
27
+
- Sentry does not train generative AI models using your data by default and without your permission.
28
+
- AI-generated output is shown only to you and other authorized users in your account.
29
+
30
+
You can learn more about our data privacy practices [in the security and legal docs](/security-legal-pii/security/ai-ml-policy/#use-of-identifying-data-for-generative-ai-features).
31
+
32
+
## Disabling Generative AI Features
33
+
34
+
If you don't find Seer and other generative AI features useful and want to disable them for all users, you can do so in your organization's settings with the ["Show Generative AI Features" toggle](https://sentry.io/orgredirect/organizations/:orgslug/settings/#hideAiFeatures).
Copy file name to clipboardExpand all lines: docs/product/ai-in-sentry/seer/index.mdx
+19-30Lines changed: 19 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,44 +4,44 @@ description: "Learn about Seer, Sentry's AI agent, and managing generative AI fe
4
4
sidebar_order: 21
5
5
---
6
6
7
-
Seer is Sentry's AI debugging agent that powers a set of features built on generative AI and ML that uses Sentry's rich context (issue details, tracing data, logs, and profiles) to help you troubleshoot and fix errors and performance issues faster.
7
+
Seer is Sentry's AI debugging agent. It includes a set of features, built on generative AI, that use Sentry's rich context (issue details, tracing data, logs, and profiles) to help you troubleshoot and fix errors and performance issues faster.
8
8
9
9
## Seer Capabilities
10
10
11
11
Seer provides two main capabilities to enhance your debugging:
12
12
13
-
-[**Issue Fix**](#issue-fix): A collaborative workflow to find the root cause and solution of issues
14
-
-**Issue Scan**: Intelligently analyzes your issues and provides actionability scores to help you prioritize what to work on.
13
+
-[**Issue fix**](#issue-fix): A collaborative workflow to find the root cause and solution of errors and performance issues.
14
+
-**Issue scan**: Intelligently analyzes your issues and provides actionability scores to help you prioritize what to work on.
15
15
16
16
### Issue Fix
17
17
18
-
Issue Fix uses AI to find the root cause of your issues and suggest solutions. WIth Issue Fix, you can:
18
+
Issue fix uses AI to find the root cause of your apps' issues and suggest solutions. With issue fix, you can:
19
19
20
-
- Get automated root cause analysis using Sentry's context and your codebase
21
-
- Receive AI-generated code fixes and unit tests
20
+
- Get an accurate root cause analysis, using Sentry's context and your codebases
21
+
- Receive suggested code fixes and unit tests
22
22
- Collaborate with Seer throughout the debugging process
23
-
- Create pull requests directly from the Seer Interface
24
-
- Benefit from Github integration for seamless code changes
23
+
- Create pull requests directly from the Seer interface
25
24
26
-
Learn more about [Issue Fix](./issue-fix/).
25
+
Learn more about [issue fix](./issue-fix/).
27
26
28
27
### Issue Scan
29
28
30
-
Issue Scan intelligently analyzes your issues and helps you prioritize what to work on. With Issue Scan, you can:
29
+
Issue scan intelligently analyzes your issues and helps you prioritize what to work on. With issue scan, you can:
31
30
31
+
- View actionability scores that indicate how likely an issue is to be fixable with a code change, manually or with Seer's issue fix
32
+
- Enable Seer's issue fix to be started automatically once an issue is ingested in Sentry
32
33
- Filter issues by their latest scan results
33
-
- View actionability scores that indicate how likely an issue is to be resolvable
34
34
- Se Seer labels in the issue stream for quick identification
35
35
- Get insights into which issues need immediate attention
36
-
- Enable Seer's Issue Fix to be started automatically once an issue is ingested in Sentry
37
36
38
37
## How Seer Works
39
38
40
39
Seer leverages multiple data sources to provide accurate analysis and solutions:
41
40
42
41
-**Issue Context**: Error messages, stack traces, and event metadata from your [Issues](/product/issues/)
43
42
-**Tracing Data**: Distributed [traces](/concepts/key-terms/tracing/#whats-a-trace) and span information
44
-
-**Your Codebase**: Relevant code from linked GitHub repositories and [logs](/product/explore/logs/)
43
+
-**Logs**: Structured [Logs](/product/explore/logs/) from your application (beta)
44
+
-**Your Codebase**: Relevant code from linked GitHub repositories, with support for multiple repos for distributed services
45
45
-**Performance Data**: Profiles and performance metrics
46
46
-**Interactive Feedback**: Your input and guidance during the process
47
47
@@ -50,26 +50,15 @@ Seer leverages multiple data sources to provide accurate analysis and solutions:
50
50
To start using Seer's capabilities:
51
51
52
52
1.**Enable Seer**: Make sure AI features are enabled in your [organization settings](https://sentry.io/orgredirect/organizations/:orgslug/settings/#hideAiFeatures)
53
-
2.**Set up GitHub Integration**: For Issue Fix capabilities, [connect your GitHub repositories](/organization/integrations/source-code-mgmt/github/)
53
+
2.**Set up GitHub Integration**: For issue fix capabilities, [connect your GitHub repositories](/organization/integrations/source-code-mgmt/github/)
54
54
3.**Configure Settings**: Customize Seer's behavior in your project settings
55
55
4.**Start Using**: Look for Seer options in your issue details pages
56
56
57
-
## Data Processing for Generative AI
57
+
## Privacy and security
58
58
59
-
We use the data listed below to provide insights, analysis, and solutions for your review. Your data will not be used to train any generative AI models without your express consent and AI-generated output from your data is shown only to you, not other customers. Our generative AI features are powered by generative AI models hosted by subprocessors identified on our [subprocessor list](https://sentry.io/legal/subprocessors/). Our subprocessors are only permitted to use the data as directed by us.
59
+
Sentry includes strong guarantees for privacy and security of your data. At a glance:
60
60
61
-
The data used for these features includes:
61
+
- Sentry does not train generative AI models using your data by default and without your permission.
62
+
- AI-generated output is shown only to you and other authorized users in your account.
62
63
63
-
- Error messages
64
-
- Stack traces
65
-
- Sentry spans
66
-
- DOM interactions
67
-
- Logs
68
-
- Profiles
69
-
- Relevant code from linked repositories
70
-
71
-
You can learn more about our data privacy practices [here](/security-legal-pii/security/ai-ml-policy/#use-of-identifying-data-for-generative-ai-features).
72
-
73
-
## Disabling Generative AI Features
74
-
75
-
If you don't find Seer useful and want to disable it for all users, you can do so in your organization's settings with the ["Show Generative AI Features" toggle](https://sentry.io/orgredirect/organizations/:orgslug/settings/#hideAiFeatures).
64
+
You can learn more about our data privacy practices [in the security and legal docs](/security-legal-pii/security/ai-ml-policy/#use-of-identifying-data-for-generative-ai-features).
Copy file name to clipboardExpand all lines: docs/security-legal-pii/security/service-data-usage.mdx
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,16 +25,17 @@ For upcoming features like priority alerts or ML-based grouping, if authorized b
25
25
26
26
## Use of Identifying Data for Generative AI Features
27
27
28
-
For generative AI features like [Seer](/product/issues/issue-details/sentry-seer/), Sentry may access the following forms of service data to provide insights, analysis, and solutions for your review. Your data will not be used to train any generative AI models without your express consent, and AI-generated output from your data is shown only to you, not other customers.
28
+
For generative AI features like [Seer](/product/issues/issue-details/sentry-seer/) or issue summary, Sentry may access the following forms of service data to provide insights, analysis, and solutions for your review. Your data will not be used to train any generative AI models by default and without your express consent, and AI-generated output from your data is shown only to you, not other customers.
29
29
30
30
- Error messages
31
31
- Stack traces
32
-
- Sentry spans
32
+
- Spans and traces
33
+
- Logs
33
34
- DOM interactions
34
35
- Profiles
35
36
- Relevant code from linked repositories
36
37
37
-
To ensure that data is stored in your selected region, we will disable generative AI features in Sentry for EU region customers by default where data storage in the EU region is not available.
38
+
Data is stored and processed in your selected region (US or EU).
0 commit comments