Skip to content

Commit c6d55dd

Browse files
committed
Move JS notes down to main desc
1 parent 9354b96 commit c6d55dd

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ notSupported:
2525

2626
<Alert level="info">
2727

28-
This integration only works inside a browser environment. It is only available from a package-based install (e.g. `npm` or `yarn`), version 8.43.0 or higher.
28+
This integration only works inside a browser environment. It is only available from a package-based install (e.g. `npm` or `yarn`).
2929

3030
</Alert>
3131

@@ -37,7 +37,8 @@ If you are using an external feature flag provider, refer to the [supported list
3737

3838
The Feature Flags integration allows you to manually track feature flag evaluations through an API.
3939
These evaluations are held in memory and sent to Sentry when an error occurs.
40-
**At the moment, we only support boolean flag evaluations.**
40+
**At the moment, we only support boolean flag evaluations.** This integration is available in
41+
Sentry SDK **versions 8.43.0 or higher.**
4142

4243
_Import names: `Sentry.featureFlagsIntegration` and `type Sentry.FeatureFlagsIntegration`_
4344

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ notSupported:
2525

2626
<Alert level="info">
2727

28-
This integration only works inside a browser environment. It is only available from a package-based install (e.g. `npm` or `yarn`), version 8.43.0 or higher.
28+
This integration only works inside a browser environment. It is only available from a package-based install (e.g. `npm` or `yarn`).
2929

3030
</Alert>
3131

32-
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. **At the moment, we only support boolean flag evaluations.**
32+
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. **At the moment, we only support boolean flag evaluations.** This integration is available in
33+
Sentry SDK **versions 8.43.0 or higher.**
3334

3435
_Import names: `Sentry.launchDarklyIntegration` and `Sentry.buildLaunchDarklyFlagUsedHandler`_
3536

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ notSupported:
2525

2626
<Alert level="info">
2727

28-
This integration only works inside a browser environment. It is only available from a package-based install (e.g. `npm` or `yarn`), version 8.43.0 or higher.
28+
This integration only works inside a browser environment. It is only available from a package-based install (e.g. `npm` or `yarn`).
2929

3030
</Alert>
3131

32-
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. **At the moment, we only support boolean flag evaluations.**
32+
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. **At the moment, we only support boolean flag evaluations.** This integration is available in
33+
Sentry SDK **versions 8.43.0 or higher.**
3334

3435
_Import name: `Sentry.openFeatureIntegration` and `Sentry.OpenFeatureIntegrationHook`_
3536

0 commit comments

Comments
 (0)