Skip to content

Commit 6663be6

Browse files
ref(flags): clarify launchdarkly webhook setup docs (#12238)
1 parent ada7307 commit 6663be6

File tree

1 file changed

+8
-7
lines changed
  • docs/organization/integrations/feature-flag/launchdarkly

1 file changed

+8
-7
lines changed

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

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,20 @@ Sentry can track changes to feature flag definitions and report suspicious featu
2020

2121
### Set Up Change Tracking
2222

23-
Enabling Change Tracking is a three step process. To get started visit the [feature-flags settings page](https://sentry.io/orgredirect/organizations/:orgslug/settings/feature-flags) in a new tab. Then follow the steps listed below.
23+
Enabling Change Tracking is a three step process. To get started, visit the [feature flags settings page](https://sentry.io/orgredirect/organizations/:orgslug/settings/feature-flags) in a new tab. Then follow the steps listed below.
2424

25-
1. **Click the "Add New Provider" button.
25+
1. **Click the "Add New Provider" button.**
2626
- One webhook secret can be registered per provider type.
27+
- Select LaunchDarkly in the dropdown that says "Select a provider".
2728
2. **Register the webhook URL**.
2829
- Copy the provided Sentry webhook URL and paste it into LaunchDarkly within their [webhook integration UI](https://app.launchdarkly.com/settings/integrations/webhooks/new).
2930
3. **Set the Signing Secret**.
30-
- In the LaunchDarkly webhook UI check the box that says "Sign this webhook".
31-
- Copy the signing secret in the revealed input box and paste it into the input box labeled "Secret" in Sentry.
32-
- Save the secret by clicking "Save Secret" in the Sentry fly out.
33-
- Save the webhook by clicking "Save Settings" in LaunchDarkly.
31+
- In the LaunchDarkly webhook UI, check the box that says "Sign this webhook".
32+
- Copy the signing secret in the revealed input box and paste it into the input box next to "Secret" in Sentry settings.
33+
- Save the secret by clicking "Add Provider" in Sentry settings.
34+
- Save the webhook by clicking "Save settings" in LaunchDarkly.
3435

35-
Once saved Sentry will now accept and authenticate all inbound hooks to your organization's feature flag webhook endpoint.
36+
Once saved, Sentry will now accept and authenticate all inbound hooks to your organization's feature flag webhook endpoint.
3637

3738
## Metrics Integration
3839

0 commit comments

Comments
 (0)