-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
ref(native): Update various parts of docs, adding 'Store Minidumps As Attachments' section #12398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ref(native): Update various parts of docs, adding 'Store Minidumps As Attachments' section #12398
Conversation
…s As Attachments'
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Skipped Deployments
|
Bundle ReportChanges will increase total bundle size by 1.14kB (0.01%) ⬆️. This is within the configured threshold ✅ Detailed changes
|
docs/platforms/unity/data-management/store-minidumps-as-attachments/index.mdx
Outdated
Show resolved
Hide resolved
| ## Install | ||
|
|
||
| Sentry captures data by using an SDK within your application’s runtime. | ||
| Sentry captures data by using an SDK within your application’s runtime. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this weird formatting was probably my editor? it is annoying
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you have prettier enabled it might just be formatting on save, getting rid of these extra trailing spaces.
docs/platforms/unity/data-management/store-minidumps-as-attachments/index.mdx
Outdated
Show resolved
Hide resolved
docs/platforms/native/common/data-management/store-minidumps-as-attachments/index.mdx
Outdated
Show resolved
Hide resolved
| ### Access to Attachments | ||
| ## Store Minidumps as Attachments | ||
|
|
||
| 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. | ||
| <Include name="store-minidumps-as-attachments-intro" /> | ||
|
|
||
| <Include name="common-imgs/attachments-access" /> | ||
| <Alert level="note">☝ This feature is currently only supported for Desktop Platforms, Windows, Linux and MacOS.</Alert> | ||
|
|
||
| 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think here we can leave the ### Access to Attachmens as is. I don't see why we need to replace this with the minidump info. That could be an additional paragraph.
docs/platforms/unity/data-management/store-minidumps-as-attachments/index.mdx
Outdated
Show resolved
Hide resolved
docs/platforms/unreal/configuration/setup-crashreporter/index.mdx
Outdated
Show resolved
Hide resolved
docs/platforms/unreal/data-management/store-minidumps-as-attachments/index.mdx
Outdated
Show resolved
Hide resolved
…ments/index.mdx Co-authored-by: Stefan Jandl <[email protected]>
…s-attachments/index.mdx Co-authored-by: Stefan Jandl <[email protected]>
…ments/index.mdx Co-authored-by: Stefan Jandl <[email protected]>
Co-authored-by: Stefan Jandl <[email protected]>
…hments/index.mdx Co-authored-by: Stefan Jandl <[email protected]>
Co-authored-by: Stefan Jandl <[email protected]>
| @@ -0,0 +1,3 @@ | |||
| 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. | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 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. | |
| [Minidumps](/platforms/native/guides/minidumps/#what-is-a-minidump) 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. |
coolguyzone
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks for the updates! 🏄♂️
Uh oh!
There was an error while loading. Please reload this page.