Skip to content

Commit 585de22

Browse files
noahfalkBillWagner
andauthored
Add Triage DumpType description (#42771)
* Add Triage DumpType description Triage DumpType was previously identical to Normal. Adding more text describing the redaction behavior that is included when using Triage. * Update docs/core/diagnostics/microsoft-diagnostics-netcore-client.md --------- Co-authored-by: Bill Wagner <[email protected]>
1 parent 664f495 commit 585de22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/diagnostics/microsoft-diagnostics-netcore-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ Represents the type of dump that can be requested.
343343

344344
* `Normal`: Include just the information necessary to capture stack traces for all existing traces for all existing threads in a process. Limited GC heap memory and information.
345345
* `WithHeap`: Includes the GC heaps and information necessary to capture stack traces for all existing threads in a process.
346-
* `Triage`: Include just the information necessary to capture stack traces for all existing traces for all existing threads in a process. Limited GC heap memory and information.
346+
* `Triage`: Include just the information necessary to capture stack traces for all existing traces for all existing threads in a process. Limited GC heap memory and information. Some content that is known to contain potentially sensitive information such as full module paths will be redacted. While this is intended to mitigate some cases of sensitive data exposure, there is no guarantee this redaction feature on its own is sufficient to comply with any particular law or standard regarding data privacy.
347347
* `Full`: Include all accessible memory in the process. The raw memory data is included at the end, so that the initial structures can be mapped directly without the raw memory information. This option can result in a very large dump file.
348348

349349
## Exceptions

0 commit comments

Comments
 (0)