Skip to content

Commit 9585db7

Browse files
authored
ref(flags): remove open beta label (#14329)
1 parent 11f578b commit 9585db7

File tree

13 files changed

+0
-29
lines changed

13 files changed

+0
-29
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ sidebar_order: 7000
44
description: With Feature Flags, Sentry tracks feature flag evaluations in your application, keeps an audit log of feature flag changes, and reports any suspicious updates that may have caused an error.
55
---
66

7-
<PlatformContent includePath="feature-flags/prerelease-alert" />
8-
97
## Prerequisites
108

119
- [Sentry SDK](/platforms/dart/#configure) version `9.0.0`.

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ notSupported:
2222
- javascript.wasm
2323
---
2424

25-
<PlatformContent includePath="feature-flags/prerelease-alert" />
26-
2725
<Alert>
2826

2927
This integration only works inside a browser environment. It is only available from a package-based install (e.g. `npm` or `yarn`).

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ notSupported:
2222
- javascript.wasm
2323
---
2424

25-
<PlatformContent includePath="feature-flags/prerelease-alert" />
26-
2725
<Alert>
2826

2927
This integration only works inside a browser environment. It is only available from a package-based install (e.g. `npm` or `yarn`).

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ notSupported:
2323
- javascript.tanstackstart-react
2424
---
2525

26-
<PlatformContent includePath="feature-flags/prerelease-alert" />
27-
2826
<Alert>
2927

3028
This integration only works inside a browser environment. It is only available from a package-based install (e.g. `npm` or `yarn`).

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

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

24-
<PlatformContent includePath="feature-flags/prerelease-alert" />
25-
2624
<Alert level="info">
2725

2826
This integration only works inside a browser environment. It is only available from a package-based install (e.g. `npm` or `yarn`).

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ notSupported:
2222
- javascript.wasm
2323
---
2424

25-
<PlatformContent includePath="feature-flags/prerelease-alert" />
26-
2725
<Alert level="info">
2826

2927
This integration only works inside a browser environment. It is only available from a package-based install (e.g. `npm` or `yarn`).

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ notSupported:
2424
description: With Feature Flags, Sentry tracks feature flag evaluations in your application, keeps an audit log of feature flag changes, and reports any suspicious updates that may have caused an error.
2525
---
2626

27-
<PlatformContent includePath="feature-flags/prerelease-alert" />
28-
2927
## Prerequisites
3028

3129
- You have the <PlatformLink to="/">JavaScript SDK installed</PlatformLink>.

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ sidebar_order: 7000
55
description: With Feature Flags, Sentry tracks feature flag evaluations in your application, keeps an audit log of feature flag changes, and reports any suspicious updates that may have caused an error.
66
---
77

8-
<PlatformContent includePath="feature-flags/prerelease-alert" />
9-
108
## Prerequisites
119

1210
* You have the <PlatformLink to="/">Python SDK installed</PlatformLink>.

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: LaunchDarkly
33
description: "Learn how to use Sentry with LaunchDarkly."
44
---
55

6-
<PlatformContent includePath="feature-flags/prerelease-alert" />
7-
86
The [LaunchDarkly](https://launchdarkly.com/) integration tracks feature flag evaluations produced by the LaunchDarkly SDK. These evaluations are held in memory and are sent to Sentry on error and transaction events. **At the moment, we only support boolean flag evaluations.**
97

108
## Install

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: OpenFeature
33
description: "Learn how to use Sentry with OpenFeature."
44
---
55

6-
<PlatformContent includePath="feature-flags/prerelease-alert" />
7-
86
The [OpenFeature](https://openfeature.dev/) integration tracks feature flag evaluations produced by the OpenFeature SDK. This SDK is supported by a broad range of feature flagging providers. For the full list, visit [OpenFeature's ecosystem page](https://openfeature.dev/ecosystem?instant_search%5BrefinementList%5D%5Btype%5D%5B0%5D=Provider&instant_search%5BrefinementList%5D%5BallTechnologies%5D%5B0%5D=Python).
97

108
The flag evaluations are held in memory and are sent to Sentry on error and transaction events. **At the moment, we only support boolean flag evaluations.**

0 commit comments

Comments
 (0)