chromium/components/policy/resources/templates/policy_definitions/Miscellaneous/UserFeedbackWithLowLevelDebugDataAllowed.yaml

caption: Allow low level debug data in user feedback
desc: |-
  Setting this policy to a list of device types allows low level debug data from the mentioned device types to be included in user feedback.

        The special entry "all" includes all device types, including device types to be added in the future.

        If the policy is unset or set to an empty list, no low level debug data is attached to the user feedback.
        See the description of each device type for the specific type of low level debug data.
example_value:
- wifi
features:
  dynamic_refresh: true
  per_profile: false
  internal_only: true
items:
- caption: Allow users to include low level debug data from all device types available below in user feedback
  name: all
  value: all
- caption: Allow users to include WiFi low level debug data in user feedback
  name: wifi
  value: wifi
owners:
- [email protected]
- file://components/policy/OWNERS
schema:
  type: array
  items:
    type: string
    enum:
    - wifi
supported_on:
- chrome_os:120-
tags: []
type: string-enum-list