FeatureFlagFilter¶
| Field | Type | Description |
|---|---|---|
| name | string | |
| variant | optional string | The variant of the feature flag to filter by. If not specified, all variants are included. |
| exclusive | bool | Only include issues that are exclusively associated with this feature flag (and variant, if specified). This implies that this feature flag was always active when the issue occurred. |
Example¶
JSON
{
"exclusive": false,
"name": "EXC_BAD_ACCESS",
"variant": "null pointer"
}