Skip to content

Commit 72bfe02

Browse files
add beta label
1 parent 2261158 commit 72bfe02

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ description: "Learn about the LaunchDarkly integration and how to add it to your
55

66
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.
77

8+
<Alert level="info" title="Currently in Beta">
9+
10+
The support for **feature flag change tracking** and **feature flag evaluation tracking** is currently in beta.
11+
12+
</Alert>
13+
814
## Install
915

1016
Install `sentry-sdk` from PyPI.

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ description: "Learn about the OpenFeature integration and how to add it to your
55

66
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.
77

8+
<Alert level="info" title="Currently in Beta">
9+
10+
The support for **feature flag change tracking** and **feature flag evaluation tracking** is currently in beta.
11+
12+
</Alert>
13+
814
## Install
915

1016
Install `sentry-sdk` from PyPI.

0 commit comments

Comments
 (0)