Skip to content

Commit e6da619

Browse files
committed
Simplify language
1 parent bf215f8 commit e6da619

File tree

1 file changed

+10
-11
lines changed
  • docs/platforms/javascript/common/feature-flags

1 file changed

+10
-11
lines changed

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

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,26 @@ notSupported:
1919
- javascript.nestjs
2020
- javascript.nodejs
2121
- javascript.wasm
22-
description: "Learn how to set up feature flag evaluation tracking and feature flag change tracking."
22+
description: With Feature Flags, Sentry tracks flag evaluations in your application and reports their state on error. Sentry will also record an audit log of feature flag changes and report any suspicious changes that may have triggered an error.
2323
---
2424

2525
<Alert level="info" title="Currently in Beta">
2626

27-
The support for **feature flag change tracking** and **feature flag evaluation tracking** is currently in beta.
27+
**Feature flag change tracking** and **feature flag evaluation tracking** is currently in closed beta. If you'd like to be added to the beta, please fill out [this form](https://forms.gle/EeNwTepvVwt7poAJ8).
2828

2929
</Alert>
3030

31-
Link your external feature flag integrations with Sentry to provide feature flag insights right inside the Sentry UI. Linking one or more integrations will allow you to view recent flag evaluations in one place and identify potential suspect flags related to errors. In addition, Sentry will provide insights on feature flag updates relative to error event timelines.
31+
## Prerequisites
3232

33-
To set up **feature flag evaluation tracking**, you will need to set up your language-specific SDK to include Sentry's feature flag integration.
33+
* You have the <PlatformLink to="/">Javascript SDK installed</PlatformLink> (version 8.41.0-beta.0 or higher).
3434

35-
Learn more about the integrations available for JavaScript and how to set them up:
36-
- [OpenFeature](/platforms/javascript/integrations/openfeature/)
37-
- [LaunchDarkly](/platforms/javascript/integrations/launchdarkly/)
35+
## Enable Evaluation Tracking
3836

39-
Please read the note below to ensure that you also complete one additional step.
37+
Evaluation tracking requires enabling an SDK integration. Integrations are provider specific. Documentation for supported providers is listed below.
4038

41-
<Alert level="warning" title="Note">
39+
- [OpenFeature](/platforms/javascript/integrations/openfeature/)
40+
- [LaunchDarkly](/platforms/javascript/integrations/launchdarkly/)
4241

43-
In order to take full advantage of the feature flag capabilities Sentry offers, there is an additional setup step needed, which is setting up your integration-specific webhook. This is needed to enable **feature flag change tracking**, so that your integration may communicate feature flag changes to Sentry. Learn how to set this up by [reading the docs](/product/explore/feature-flags/#set-up-your-integration-specific-webhook).
42+
## Enable Change Tracking
4443

45-
</Alert>
44+
Change tracking requires registering a Sentry webhook with your feature flag provider. Set up varies by provider and is documented in detail [here](/product/explore/feature-flags/#set-up-your-integration-specific-webhook).

0 commit comments

Comments
 (0)