Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ options:
'feature.organizations:is_sentry':
created_at: '2024-06-01T00:00:00.000000'
enabled: false
owner: hybrid-cloud
owner:
- team: hybrid-cloud
- email: foo@sentry.io
segments:
- conditions:
- operator: in
Expand All @@ -30,9 +32,6 @@ options:

: The ISO 8601 datetime of when the feature was added to the config yaml.

`owner`

: The team name or email of the user that owns this feature flag

`enabled` [optional]

Expand All @@ -42,6 +41,16 @@ options:

: A wrapper around a list of conditions, acting as a logical grouping of customers/entities to enable the feature flag for. Segments allow you to create `OR` operations with other segments, meaning at least one segment must evaluate to `True` for a feature to be granted. If an empty segments list is provided, the feature will evaluate to `False`.

### Owner

`team`

: The name of the team that owns this feature flag

`email` [optional]

: The email of the team that owns this feature flag

### Segments

`conditions`
Expand Down
Loading