Skip to content

Commit a3a849a

Browse files
ref(flags): add note about feature flag search (#13023)
* ref(flags): add note about searchable properties * clarify searchable properties * update wording
1 parent daf7a21 commit a3a849a

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

docs/concepts/search/searchable-properties/issues.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Returns issues with a matching first time seen. Syntax is the same as `age`.
180180

181181
### `flags`
182182

183-
For [feature flag evaluations](/product/issues/issue-details/feature-flags/#evaluation-tracking) set to `true` or `false`, the name of the feature flag.
183+
For [feature flag evaluations](/product/issues/issue-details/feature-flags/#evaluation-tracking) set to `true` or `false`, the name of the feature flag. For example, the syntax for searching for a flag with key `my_flag` and value `true` is `flags["my_flag"]:true`.
184184

185185
- **Type:** boolean
186186

docs/product/issues/issue-details/feature-flags/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Enabling a feature flag integration provides deep insights into the state of you
1616

1717
Flag evaluations will appear in the "Feature Flag" section of Issue Details page as a table, with "suspect" flag predictions highlighted in yellow. For each event, we track the 100 most recently evaluated flags leading up to the error. Learn more about how to interact with feature flag insights within the Sentry UI by reading the [Issue Details page documentation](/product/issues/issue-details/#feature-flags).
1818

19+
Setting up evaluation tracking also allows you to use Issues Search in conjunction with feature flags. On Issues Search, using the `flags` keyword will allow you to filter for issues containing errors where the feature flag evaluated value is true or false. This allows you to quickly find all errors where a specific flag evaluation and its value of interest are present. See [searchable properties](/concepts/search/searchable-properties/issues/#flags) for more details about the search syntax.
20+
1921
### Set Up Evaluation Tracking
2022

2123
To set up evaluation tracking, visit the SDK integration documentation for your platform:

docs/product/issues/issue-details/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ Enabling one or more of our [evaluation tracking integrations](/product/explore/
177177

178178
![Feature Flag Table](./img/ff-table.png)
179179

180+
Setting up evaluation tracking also allows you to use Issues Search in conjunction with feature flags. On Issues Search, using the `flags` keyword will allow you to filter for issues containing errors where the feature flag evaluated value is true or false. This allows you to quickly find all errors where a specific flag evaluation and its value of interest are present. See [searchable properties](/concepts/search/searchable-properties/issues/#flags) for more details about the search syntax.
181+
180182
Enabling a [change tracking integration](/product/explore/feature-flags/#change-tracking) will enable annotations on the event volume chart. These lines mark feature flag changes and can help identify regressions caused by a feature flag definition change.
181183

182184
![Feature Flag Release Chart](./img/ff-release.png)

0 commit comments

Comments
 (0)