diff --git a/docs/product/explore/feature-flags/index.mdx b/docs/product/explore/feature-flags/index.mdx new file mode 100644 index 0000000000000..0aba401209f5f --- /dev/null +++ b/docs/product/explore/feature-flags/index.mdx @@ -0,0 +1,32 @@ +--- +title: "Feature Flags" +sidebar_order: 100 +description: "Learn how to set up and interact with Sentry's feature flag evaluation tracking and feature flag change tracking." +--- + + + +**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). + + + +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. + +## Evaluation Tracking + +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/). + +### Set Up Evaluation Tracking + +Supported Platforms: +* [JavaScript](/platforms/javascript/feature-flags/) +* [Python](/platforms/python/feature-flags/) + +## Change Tracking + +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/). + +### Set Up Change Tracking + +Supported Feature Flag Providers: +* [LaunchDarkly](/organization/integrations/feature-flag/launchdarkly/)