reportViewHierarchyIdentifiers property

bool reportViewHierarchyIdentifiers
getter/setter pair

Enables collection of view hierarchy element identifiers.

Identifiers are extracted from widget keys. Disable this flag if your widget keys contain sensitive data.

Default: true

Implementation

bool reportViewHierarchyIdentifiers = true;