Skip to content

Commit bb467ca

Browse files
dotnet dump docs: mention Triage dump type (#47107)
* dotnet dump docs: mention Triage dump type * Apply suggestions from code review --------- Co-authored-by: Meaghan Osagie (Lewis) <[email protected]>
1 parent 471caad commit bb467ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/core/diagnostics/dotnet-dump.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ dotnet-dump collect [-h|--help] [-p|--process-id] [-n|--name] [--type] [-o|--out
9595
- `Full` - The largest dump containing all memory including the module images.
9696
- `Heap` - A large and relatively comprehensive dump containing module lists, thread lists, all stacks, exception information, handle information, and all memory except for mapped images.
9797
- `Mini` - A small dump containing module lists, thread lists, exception information, and all stacks.
98+
- `Triage` - A small dump containing module lists, thread lists, exception information, all stacks, and PII removed.
9899

99100
If not specified, `Full` is the default.
100101

0 commit comments

Comments
 (0)