You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/javascript/common/feature-flags/index.mdx
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,27 +19,26 @@ notSupported:
19
19
- javascript.nestjs
20
20
- javascript.nodejs
21
21
- 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.
23
23
---
24
24
25
25
<Alertlevel="info"title="Currently in Beta">
26
26
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).
28
28
29
29
</Alert>
30
30
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
32
32
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 <PlatformLinkto="/">Javascript SDK installed</PlatformLink> (version 8.41.0-beta.0 or higher).
34
34
35
-
Learn more about the integrations available for JavaScript and how to set them up:
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
44
43
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