Skip to content

TracingInspectorConfig::all() uses record_stack_snapshots: StackSnapshotType::Full but it should use record_stack_snapshots: StackSnapshotType::All #343

@weijiekoh

Description

@weijiekoh

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions