Skip to content

Commit 36c150a

Browse files
committed
dotnet dump docs: mention Triage dump type
1 parent ddc5acc commit 36c150a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/core/diagnostics/dotnet-dump.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ dotnet-dump collect [-h|--help] [-p|--process-id] [-n|--name] [--type] [-o|--out
9494

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.
97-
- `Mini` - A small dump containing module lists, thread lists, exception information, and all stacks.
97+
- `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)