Skip to content

Commit a52714c

Browse files
committed
ref(flags): update versioning note and link generic provider in JS index
1 parent 3bd09b3 commit a52714c

File tree

1 file changed

+2
-1
lines changed
  • docs/platforms/javascript/common/feature-flags

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,13 @@ description: With Feature Flags, Sentry tracks feature flag evaluations in your
2626

2727
## Prerequisites
2828

29-
* You have the <PlatformLink to="/">JavaScript SDK installed</PlatformLink> (version 8.41.0-beta.1).
29+
* You have the <PlatformLink to="/">JavaScript SDK installed</PlatformLink> (version 8.43.0 or higher).
3030

3131
## Enable Evaluation Tracking
3232

3333
Evaluation tracking requires enabling an SDK integration. Integrations are provider specific. Documentation for supported providers is listed below.
3434
- [OpenFeature](/platforms/javascript/configuration/integrations/openfeature/)
3535
- [LaunchDarkly](/platforms/javascript/configuration/integrations/launchdarkly/)
36+
- [Generic](/platforms/javascript/configuration/integrations/featureflags/) (Manually track evaluations through an API)
3637

3738
<PlatformContent includePath="feature-flags/enable-change-tracking" />

0 commit comments

Comments
 (0)