Skip to content

Commit cb10216

Browse files
committed
De-dupe prerelease alert
1 parent aa00323 commit cb10216

File tree

9 files changed

+17
-41
lines changed

9 files changed

+17
-41
lines changed

docs/platforms/javascript/common/configuration/integrations/launchdarkly.mdx

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,7 @@ notSupported:
2121
- javascript.wasm
2222
---
2323

24-
<Alert level="info" title="Currently in Beta">
25-
26-
**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).
27-
28-
</Alert>
24+
<PlatformContent includePath="feature-flags/prerelease-alert/" />
2925

3026
<Alert level="info">
3127

@@ -59,6 +55,4 @@ SDKs.** However, you may reuse this setup code for React and client-side Node.js
5955

6056
There are no setup options for this integration.
6157

62-
## Change Tracking
63-
64-
Sentry can additionally track changes to feature flag definitions and report suspect feature flags. To enable the change tracking integration with your provider visit the [change tracking documentation](/products/explore/feature-flags/#change-tracking) page.
58+
<PlatformContent includePath="feature-flags/change-tracking-cta/" />

docs/platforms/javascript/common/configuration/integrations/openfeature.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,7 @@ notSupported:
2121
- javascript.wasm
2222
---
2323

24-
<Alert level="info" title="Currently in Beta">
25-
26-
**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).
27-
28-
</Alert>
24+
<PlatformContent includePath="feature-flags/prerelease-alert/" />
2925

3026
<Alert level="info">
3127

docs/platforms/javascript/common/feature-flags/index.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@ notSupported:
2222
description: With Feature Flags, Sentry tracks flag evaluations in your application and reports their state on error. Sentry will also record an audit log of feature flag changes and report any suspicious changes that may have triggered an error.
2323
---
2424

25-
<Alert level="info" title="Currently in Beta">
26-
27-
**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).
28-
29-
</Alert>
25+
<PlatformContent includePath="feature-flags/prerelease-alert/" />
3026

3127
## Prerequisites
3228

docs/platforms/python/feature-flags/index.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ sidebar_order: 5200
44
description: With Feature Flags, Sentry tracks flag evaluations in your application and reports their state on error. Sentry will also record an audit log of feature flag changes and report any suspicious changes that may have triggered an error.
55
---
66

7-
<Alert level="info" title="Currently in Beta">
8-
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).
10-
11-
</Alert>
7+
<PlatformContent includePath="feature-flags/prerelease-alert/" />
128

139
## Prerequisites
1410

docs/platforms/python/integrations/launchdarkly/index.mdx

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@ title: LaunchDarkly
33
description: "Learn about the LaunchDarkly integration and how to add it to your integrations list."
44
---
55

6-
<Alert level="info" title="Currently in Beta">
7-
8-
**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).
9-
10-
</Alert>
6+
<PlatformContent includePath="feature-flags/prerelease-alert/" />
117

128
The [LaunchDarkly](https://launchdarkly.com/) integration tracks feature flag evaluations produced by the LaunchDarkly SDK. These evaluations are held in memory and, in the event an error occurs, sent to Sentry for review and analysis.
139

@@ -51,6 +47,4 @@ sentry_sdk.capture_exception(Exception("Something went wrong!"))
5147

5248
Visit the Sentry website and confirm that your error event has recorded the feature flag "hello" and its value "false".
5349

54-
## Change Tracking
55-
56-
Sentry can additionally track changes to feature flag definitions and report suspect feature flags. To enable the change tracking integration with your provider visit the [change tracking documentation](/products/explore/feature-flags/#change-tracking) page.
50+
<PlatformContent includePath="feature-flags/change-tracking-cta/" />

docs/platforms/python/integrations/openfeature/index.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@ title: OpenFeature
33
description: "Learn about the OpenFeature integration and how to add it to your integrations list."
44
---
55

6-
<Alert level="info" title="Currently in Beta">
7-
8-
**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).
9-
10-
</Alert>
6+
<PlatformContent includePath="feature-flags/prerelease-alert/" />
117

128
The [OpenFeature](https://openfeature.dev/) integration tracks feature flag evaluations produced by the OpenFeature SDK. These evaluations are held in memory and, in the event an error occurs, sent to Sentry for review and analysis.
139

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ 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-
<Alert level="info" title="Currently in Beta">
8-
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).
10-
11-
</Alert>
7+
<PlatformContent includePath="feature-flags/prerelease-alert/" />
128

139
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.
1410

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Change Tracking
2+
3+
Sentry can additionally track changes to feature flag definitions and report suspect feature flags. To enable the change tracking integration with your provider visit the [change tracking documentation](/products/explore/feature-flags/#change-tracking) page.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<Alert level="info" title="Currently in Beta">
2+
3+
**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).
4+
5+
</Alert>

0 commit comments

Comments
 (0)