You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding feature flag product screenshots and details (#13543)
## DESCRIBE YOUR PR
Adding screenshots to support the feature flag views within the issue
details and audit log based on request from field.
## IS YOUR CHANGE URGENT?
Help us prioritize incoming PRs by letting us know when the change needs
to go live.
- [x] None: Not urgent, can wait up to 1 week+
[Docs
preview](https://sentry-docs-1bm7xglao.sentry.dev/product/issues/issue-details/feature-flags/)
---------
Co-authored-by: Michelle Zhang <[email protected]>
Copy file name to clipboardExpand all lines: docs/product/issues/issue-details/feature-flags/index.mdx
+34-4Lines changed: 34 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,23 +10,53 @@ Feature flag change tracking and feature flag evaluation tracking is currently i
10
10
11
11
</Alert>
12
12
13
-
Enabling a feature flag integration provides deep insights into the state of your application prior to an error. A list of flags and their evaluation results are displayed on each error event in the order of evaluation. Integrating Sentry with your feature flag provider enables Sentry to correlate feature flag changes with new error events and mark certain changes as suspicious.
13
+
Enabling a feature flag integration provides deep insights into the state of your application prior to an error. A list of flags and their evaluation results are displayed on each error event in the order of evaluation.
14
+
15
+
Integrating Sentry with your feature flag provider enables Sentry to correlate feature flag changes with new error events and mark certain changes as suspicious.
14
16
15
17
## Evaluation Tracking
16
18
17
-
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).
19
+
Flag evaluations will appear in the "Feature Flag" section of Issue Details page as a table, with "suspect" flag predictions highlighted in yellow.
20
+
21
+

22
+
23
+
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).
24
+
25
+
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.
18
26
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.
27
+

28
+
29
+
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
30
21
31
### Set Up Evaluation Tracking
22
32
23
33
To set up evaluation tracking, visit the SDK integration documentation for your platform:
The flag distribution view allows you to see the percentage of your users who are receiving a specific feature flag value. You can access this view by selecting `View all tags and feature flags` from the issue details view, and selecting `All Feature Flags` on the top right.
40
+
41
+

42
+
43
+
This view is useful for diagnosing the impacted audience of feature flag changes. For example, if a new issue occurs and the flag distribution view shows that 100% of impacted users are receiving a recently changed feature flag value, this could suggest that the feature flag change is responsible for the new error.
44
+
27
45
## Change Tracking
28
46
29
-
Change tracking enables Sentry to listen for additions, removals, and modifications to your feature flags. On change, we'll record the change event in the audit log. The audit log appears in the "event volume" chart and presents itself as a "release" line. If the change is responsible for a new error event, we'll notify you by marking the feature flag as "suspect" on the Issue Details page. Learn more about how to interact with feature flag insights within the Sentry UI by reading the [Issue Details documentation](/product/issues/issue-details/#feature-flags).
47
+
Change tracking enables Sentry to listen for additions, removals, and modifications to your feature flags. On change, we'll record the change event in the audit log.
Within an issue, the audit log is represented in the "event" chart and presents itself as a "release" line.
52
+
53
+

54
+
55
+
If the change is responsible for a new error event, we'll notify you by marking the feature flag as "suspect" on the Issue Details page.
56
+
57
+

58
+
59
+
Learn more about how to interact with feature flag insights within the Sentry UI by reading the [Issue Details documentation](/product/issues/issue-details/#feature-flags).
0 commit comments