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/platforms/native/common/enriching-events/attachments/index.mdx
+8-14
Original file line number
Diff line number
Diff line change
@@ -29,20 +29,6 @@ Attachments persist for 30 days; if your total storage included in your quota is
29
29
30
30
Learn more about how attachments impact your [quota](/pricing/quotas/).
31
31
32
-
## Crash Reports and Privacy
33
-
34
-
Crash reports may contain sensitive information about the target system, such as environment variables, local pathnames, or in-memory representations of input fields, including passwords. By default, Sentry only uses crash report files to create events and immediately drops them. All sensitive information is stripped from the resulting events.
35
-
36
-
All other types of attachments, such as log files or screenshots, are stored for 30 days when sent to Sentry. Note that Sentry does not apply data scrubbing to attachments.
37
-
38
-
### Enabling Crash Report Storage
39
-
40
-
You can enable _Store Native Crash Reports_ in your organization's **Security and Privacy Settings**. By default, this setting is disabled. Determine the maximum number of crash reports that will be stored per issue; disabled, unlimited, or maximum per issue:
If you set a limit per issue, as in the example above, a limit of 10, Sentry will store the first 10 attachments associated with this issue, but drop any that follow. To make room for additional attachments, delete them. Sentry will then accept attachments until the limit is reached again.
45
-
46
32
### Access to Attachments
47
33
48
34
To limit access to attachments, navigate to your organization's **General Settings**, then select the _Attachments Access_ dropdown to set appropriate access — any member of your organization, the organization billing owner, member, admin, manager, or owner.
@@ -51,6 +37,14 @@ To limit access to attachments, navigate to your organization's **General Settin
51
37
52
38
By default, access is granted to all members when storage is enabled. If a member does not have access to the project, the ability to download an attachment is not available; the button will be greyed out in Sentry. The member may only view that an attachment is stored.
Copy file name to clipboardExpand all lines: docs/platforms/unity/enriching-events/attachments/index.mdx
+8
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,14 @@ To limit access to attachments, navigate to your organization's **General Settin
71
71
72
72
By default, access is granted to all members when storage is enabled. If a member does not have access to the project, the ability to download an attachment is not available; the button will be greyed out in Sentry. The member may only view that an attachment is stored.
Copy file name to clipboardExpand all lines: docs/platforms/unreal/enriching-events/attachments/index.mdx
+8
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,14 @@ To limit access to attachments, navigate to your organization's **General Settin
112
112
113
113
By default, access is granted to all members when storage is enabled. If a member does not have access to the project, the ability to download an attachment is not available; the button will be greyed out in Sentry. The member may only view that an attachment is stored.
Copy file name to clipboardExpand all lines: docs/platforms/unreal/index.mdx
+12-4
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Don't already have an account and Sentry project established? Head over to [sent
34
34
35
35
## Install
36
36
37
-
Sentry captures data by using an SDK within your application’s runtime.
37
+
Sentry captures data by using an SDK within your application’s runtime.
38
38
39
39
The Unreal Engine (UE) SDK is officially supported for the three latest UE versions. However, it is likely to be compatible with older engine versions as well depending on the specific features and functionality that you need.
40
40
@@ -57,9 +57,9 @@ The table below highlights some key differences between different versions of th
| Sentry CLI **| Included | Manual download | Included |
59
59
60
-
Legend:
61
-
`*`: Recommended version of the SDK
62
-
`**`: Sentry CLI is a standalone tool that the plugin uses under the hood to automatically upload debug information files upon game build completion.
60
+
Legend:
61
+
`*`: Recommended version of the SDK
62
+
`**`: Sentry CLI is a standalone tool that the plugin uses under the hood to automatically upload debug information files upon game build completion.
63
63
64
64
### Installing from GitHub Releases (Recommended)
65
65
@@ -163,3 +163,11 @@ Learn more about manually capturing an error or message in our <PlatformLink to=
163
163
</Note>
164
164
165
165
To view and resolve the recorded error, log into [sentry.io](https://sentry.io) and select your project. Clicking on the error's title will open a page where you can see detailed information and mark it as resolved.
You can enable _Store Minidumps As Attachments_ in your organization or project settings under **Security & Privacy**. By default, this setting is disabled. Determine the maximum number of crash reports that will be stored per issue; disabled, unlimited, or maximum per issue:
If you set a limit per issue, as in the example above, a limit of 5, Sentry will store the first 5 attachments associated with this issue, but drop any that follow. To make room for additional attachments, delete them. Sentry will then accept attachments until the limit is reached again.
Minidumps may contain sensitive information about the target system, such as environment variables, local pathnames, or in-memory representations of input fields, including passwords. By default, Sentry only uses minidump files to create events and immediately drops them. All sensitive information is stripped from the resulting events.
2
+
3
+
All other types of attachments, such as log files or screenshots, are stored for 30 days when sent to Sentry. Note that Sentry does not apply data scrubbing to attachments.
0 commit comments