Skip to content
View as Markdown

FeatureFlagFilter

Source definition: src/bitdrift/public/unary/issues/v1/issues.proto#L70-L82

Field Type Description
name string
between 1 and 100 chars
variant optional string
up to 100 chars
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"
}