Skip to content

Commit 0ccb6e8

Browse files
authored
ref(flags): add missing links to unleash JS integration page (#12489)
1 parent 88da19d commit 0ccb6e8

File tree

2 files changed

+3
-1
lines changed
  • docs
    • organization/integrations/feature-flag/unleash
    • platforms/javascript/common/feature-flags

2 files changed

+3
-1
lines changed

docs/organization/integrations/feature-flag/unleash/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Sentry can track flag evaluations as they happen within your application. Flag
1111
### Set Up Evaluation Tracking
1212

1313
To set up evaluation tracking, visit one of our supported languages pages:
14+
* [JavaScript](/platforms/javascript/configuration/integrations/unleash/)
1415
* [Python](/platforms/python/integrations/feature-flags/unleash/)
1516

1617
## Change Tracking
@@ -25,7 +26,7 @@ Enabling Change Tracking is a three-step process. To get started visit the [feat
2526
- One webhook secret can be registered per provider type.
2627
- Select Unleash in the dropdown that says "Select a provider".
2728
2. **Register the webhook URL**.
28-
- Go to your Unleash homepage and navigate to the `/integrations/` page, which can be found by clicking Integrations on the left-hand sidebar navigation, under the Configure heading.
29+
- Go to your Unleash homepage and navigate to the `/integrations/` page, which can be found by clicking Integrations on the left-hand sidebar navigation, under the Configure heading.
2930
- Select the Webhook option. You should be on the `/integrations/create/webhook/` page.
3031
- Copy the provided Sentry webhook URL in settings and paste it into Unleash within their webhook integration UI.
3132
- Make sure the integration is toggled to Enabled.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Evaluation tracking requires enabling an SDK integration. Integrations are provi
3535
- [Generic](/platforms/javascript/configuration/integrations/featureflags/)
3636
- [LaunchDarkly](/platforms/javascript/configuration/integrations/launchdarkly/)
3737
- [OpenFeature](/platforms/javascript/configuration/integrations/openfeature/)
38+
- [Unleash](/platforms/javascript/configuration/integrations/unleash/)
3839

3940
## Enable Change Tracking
4041

0 commit comments

Comments
 (0)