File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
docs/platforms/javascript/common/feature-flags Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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
3333Evaluation 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" />
You can’t perform that action at this time.
0 commit comments