Skip to content

Commit cdb050e

Browse files
committed
Update instructions
1 parent 0bb8b8e commit cdb050e

File tree

1 file changed

+12
-20
lines changed

1 file changed

+12
-20
lines changed

docs/product/explore/feature-flags/index.mdx

Lines changed: 12 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,35 +6,27 @@ description: "Learn how to set up and interact with Sentry's feature flag evalua
66

77
<Alert level="info" title="Currently in Beta">
88

9-
The support for **feature flag change tracking** and **feature flag evaluation tracking** is currently in beta.
9+
**Feature flag change tracking** and **feature flag evaluation tracking** is currently in closed beta. If you'd like to be added to the beta, please fill out [this form](https://forms.gle/EeNwTepvVwt7poAJ8).
1010

1111
</Alert>
1212

13-
Link your external feature flag integrations with Sentry to provide feature flag insights right inside the Sentry UI. Linking one or more integrations will allow you to view recent flag evaluations in one place and identify potential suspect flags related to errors. In addition, Sentry will provide insights on feature flag updates relative to error event timelines.
13+
Enabling a feature flag integration gives you deep insights into the state of your application prior to failure. A list of flags and their evaluation results are displayed on each error event. Integrating Sentry with your feature flag provider enables Sentry to correlate feature flag changes with new error events and mark certain changes as suspicious.
1414

15-
## Touchpoints
15+
## Evaluation Tracking
1616

17-
Feature flag insights can be found by navigating to the Issue Details page for any error event. There are two places where you can interact with flag data:
18-
* Flag updates (changes, deletions, and additions) will appear as a series on the event and user volume chart.
19-
* Flag evaluations will appear in the Feature Flag section in Issue Details as a table, with "suspect" flag predictions highlighted in yellow.
17+
Flag evaluations will appear in the "Feature Flag" section of Issue Details page as a table, with "suspect" flag predictions highlighted in yellow. Learn more about how to interact with feature flag insights within the Sentry UI by reading the [Issue Details docs](/product/issues/issue-details/#feature-flags/).
2018

21-
Learn more about how to interact with feature flag insights within the Sentry UI by reading the [Issue Details docs](/product/issues/issue-details/#feature-flags/).
19+
### Set Up Evaluation Tracking
2220

23-
## Setup
24-
25-
In order to take advantage of the full feature flag experience available, there are two steps necessary to set up **feature flag evaluation tracking** and **feature flag change tracking**. The first step — setting up the language-specific SDK — is necessary for evaluation tracking, and the second step — setting up your integration-specific webhook — is necessary for change tracking.
26-
27-
## Set Up Your Language-Specific SDK
28-
29-
In order to gain access to **feature flag evaluation tracking**, you need to set up your SDK to include Sentry's feature flag integration.
30-
31-
Learn more about the languages we currently support and how to set up the SDK:
21+
Supported Platforms:
3222
* [JavaScript](/platforms/javascript/feature-flags/)
3323
* [Python](/platforms/python/feature-flags/)
3424

35-
## Set Up Your Integration-Specific Webhook
25+
## Change Tracking
26+
27+
Change tracking enables Sentry to listen for updates to your feature flags' definitions. On change, we'll record the event in an 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 page documentation](/product/issues/issue-details/#feature-flags/).
3628

37-
In order to gain access to **feature flag change tracking**, you need to set up a webhook with your specific integration, so that it may communicate feature flag changes with Sentry.
29+
### Set Up Change Tracking
3830

39-
Learn more about the integrations we currently support and how to set up the webhook:
40-
* [LaunchDarkly](/organization/integrations/feature-flag/launchdarkly/)
31+
Supported Feature Flag Providers:
32+
* [LaunchDarkly](/organization/integrations/feature-flag/launchdarkly/)

0 commit comments

Comments
 (0)