Skip to content

Commit 48dfe31

Browse files
ale-cotagetsantry[bot]mitsuhiko
authored
Add data processing info.mdx (#7054)
* Add data processing info.mdx Re-arranged some information and added some more detail about which event data we send, in order to make the data processing piece more obvious and answer questions popping up on Github. * style(lint): Auto commit lint changes * Update index.mdx --------- Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com> Co-authored-by: Armin Ronacher <armin.ronacher@active-4.com>
1 parent d90cff2 commit 48dfe31

File tree

1 file changed

+16
-6
lines changed
  • src/docs/product/issues/issue-details/ai-suggested-solution

1 file changed

+16
-6
lines changed

src/docs/product/issues/issue-details/ai-suggested-solution/index.mdx

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,14 @@ You can find the feature below the breadcrumbs in the issue details page:
1515
![Suggested Solution Banner](banner.png)
1616

1717
Once you click on 'View Suggestion', Sentry will send information about the event to OpenAI for
18-
analysis. Under normal circumstances we do not send data to a third party
18+
analysis. After some period of waiting, a suggested solution will be produced and might look
19+
something like this:
20+
21+
![Example Solution](solution.png)
22+
23+
## Data Processing
24+
25+
Under normal circumstances we do not send data to a third party
1926
undisclosed in our [subprocessor list](https://sentry.io/legal/subprocessors/).
2027
Because of this you need to provide consent to do so. If your organization has
2128
signed a DPA with us, an owner of the organization will need to sign a
@@ -25,13 +32,16 @@ user will receive a prompt to confirm that data will be sent to a third party.
2532

2633
Under all circumstance we will not send any event data to OpenAI without an
2734
explicit instruction to do so. Only by clicking the "View Suggestion" button
28-
will selected event data be shared with a third party. OpenAI does not use the
29-
event data shared via this feature to train their AI models.
35+
will selected event data be shared with a third party. we sent the following data from an event:
3036

31-
After some period of waiting, a suggested solution will be produced and might look
32-
something like this:
37+
- message
38+
- platform
39+
- exception type
40+
- exception mechanism
41+
- exception value
42+
- exception’s stack trace
3343

34-
![Example Solution](solution.png)
44+
This feature uses the OpenAI API and the event data shared via this feature will not be used to train their AI models.
3545

3646
## Disabling the Feature
3747

0 commit comments

Comments
 (0)