Skip to content

Commit 6bc77a6

Browse files
authored
Add pre-release banners (#12037)
1 parent 41ab16f commit 6bc77a6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ sidebar_order: 100
44
description: "Learn how to set up and interact with Sentry's feature flag evaluation tracking and feature flag change tracking."
55
---
66

7-
<PlatformContent includePath="feature-flags/prerelease-alert" />
7+
<Alert level="info" title="Currently in Beta">
8+
9+
Feature flag change tracking and feature flag evaluation tracking is currently in open beta.
10+
11+
</Alert>
812

913
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.
1014

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,12 @@ You can set up your own context items to collect useful debugging information in
145145

146146
## Feature Flags
147147

148+
<Alert level="info" title="Currently in Beta">
149+
150+
Feature flag change tracking and feature flag evaluation tracking is currently in open beta.
151+
152+
</Alert>
153+
148154
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.
149155

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

0 commit comments

Comments
 (0)