File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/platforms/native/guides/minidumps Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ and can later be uploaded to Sentry. A minidump typically includes:
2828 is especially relevant for stack walking.
2929- Optionally, the process heap. By default, this is not included to keep
3030 minidumps at a reasonable size. Sentry does not read the heap so that it can
31- be safely omitted.
31+ be safely omitted. When using Sentry SDKs, no heap memory is included in minidumps.
3232- The crash reason and an optional memory address associated to with the crash.
3333 For example, memory access violations. In the case of assertions, the
3434 assertion message is also included in the dump.
@@ -40,7 +40,7 @@ Minidumps are memory dumps of the process at the moment it crashes. As such,
4040they might contain sensitive information on the target system, such as
4141environment variables, local pathnames or maybe even in-memory representations
4242of input fields, including passwords. ** Sentry does not store these memory
43- dumps** . Once processed, they are removed immediately, and all sensitive
43+ dumps by default ** . Once processed, they are removed immediately, and all sensitive
4444information is stripped from the resulting issues.
4545
4646</Alert >
You can’t perform that action at this time.
0 commit comments