Skip to content

Commit bf215f8

Browse files
docs(flags): add js index page
1 parent 3768760 commit bf215f8

File tree

1 file changed

+45
-0
lines changed
  • docs/platforms/javascript/common/feature-flags

1 file changed

+45
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
title: Set Up Feature Flags
3+
sidebar_order: 7000
4+
notSupported:
5+
- javascript.aws-lambda
6+
- javascript.azure-functions
7+
- javascript.bun
8+
- javascript.capacitor
9+
- javascript.cloudflare
10+
- javascript.connect
11+
- javascript.cordova
12+
- javascript.deno
13+
- javascript.electron
14+
- javascript.express
15+
- javascript.fastify
16+
- javascript.gcp-functions
17+
- javascript.hapi
18+
- javascript.koa
19+
- javascript.nestjs
20+
- javascript.nodejs
21+
- javascript.wasm
22+
description: "Learn how to set up feature flag evaluation tracking and feature flag change tracking."
23+
---
24+
25+
<Alert level="info" title="Currently in Beta">
26+
27+
The support for **feature flag change tracking** and **feature flag evaluation tracking** is currently in beta.
28+
29+
</Alert>
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.
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.
34+
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/)
38+
39+
Please read the note below to ensure that you also complete one additional step.
40+
41+
<Alert level="warning" title="Note">
42+
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).
44+
45+
</Alert>

0 commit comments

Comments
 (0)