From e863b343b72780180a7d2f7c00beb940872c32a2 Mon Sep 17 00:00:00 2001 From: Colton Allen Date: Tue, 3 Dec 2024 14:16:34 -0600 Subject: [PATCH] Add pre-release banners --- docs/product/explore/feature-flags/index.mdx | 6 +++++- docs/product/issues/issue-details/index.mdx | 6 ++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/product/explore/feature-flags/index.mdx b/docs/product/explore/feature-flags/index.mdx index 8734a6af2dc80..c4cc17d22893d 100644 --- a/docs/product/explore/feature-flags/index.mdx +++ b/docs/product/explore/feature-flags/index.mdx @@ -4,7 +4,11 @@ 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 open beta. + + 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. diff --git a/docs/product/issues/issue-details/index.mdx b/docs/product/issues/issue-details/index.mdx index 5a1b26a4ed48e..91a5f50aa0386 100644 --- a/docs/product/issues/issue-details/index.mdx +++ b/docs/product/issues/issue-details/index.mdx @@ -145,6 +145,12 @@ You can set up your own context items to collect useful debugging information in ## Feature Flags + + +Feature flag change tracking and feature flag evaluation tracking is currently in open beta. + + + Enabling one or more of our [evaluation tracking integrations](/product/explore/feature-flags/#evaluation-tracking) will reveal the feature flag evaluation table. Here you can see an ordered list (in order of evaluation) of all the flags evaluated and their evaluation results prior to the error event. ![Feature Flag Table](./img/ff-table.png)