defaultOperationFilter static method

bool defaultOperationFilter(
  1. TracedOperation operation
)

The default filter that is used to determine whether an operation should be recorded to the timeline.

It returns true for all operations.

Implementation

static bool defaultOperationFilter(TracedOperation operation) => true;