At
|
record_stack_snapshots: StackSnapshotType::Full, |
,
TracingInspectorConfig::all() sets
record_stack_snapshots to
StackSnapshotType::Full.
However, StackSnapshotType::All includes the full and push stack. Should TracingInspectorConfig::all() use StackSnapshotType::All instead?