diff --git a/docs/organization/integrations/feature-flag/launchdarkly/index.mdx b/docs/organization/integrations/feature-flag/launchdarkly/index.mdx index a01ab69f3e9df..a58894514a47c 100644 --- a/docs/organization/integrations/feature-flag/launchdarkly/index.mdx +++ b/docs/organization/integrations/feature-flag/launchdarkly/index.mdx @@ -20,14 +20,15 @@ Sentry can track changes to feature flag definitions and report suspicious featu ### Set Up Change Tracking -Enabling Change Tracking is a two 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. +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. -1. **Register the webhook URL**. - - Under the "Integrate Feature Flag Service" heading a Sentry webhook URL has been provided. - - Copy the Sentry webhook URL revealed in the fly out and paste it into LaunchDarkly within their [webhook integration UI](https://app.launchdarkly.com/settings/integrations/webhooks/new). -2. **Set the Signing Secret**. +1. **Click the "Add New Provider" button. + - One webhook secret can be registered per provider type. +2. **Register the webhook URL**. + - Copy the provided Sentry webhook URL and paste it into LaunchDarkly within their [webhook integration UI](https://app.launchdarkly.com/settings/integrations/webhooks/new). +3. **Set the Signing Secret**. - In the LaunchDarkly webhook UI check the box that says "Sign this webhook". - - Copy the signing secret in the revealed input box and paste it into the input box labeled "Secret" on the Sentry fly out. + - Copy the signing secret in the revealed input box and paste it into the input box labeled "Secret" in Sentry. - Save the secret by clicking "Save Secret" in the Sentry fly out. - Save the webhook by clicking "Save Settings" in LaunchDarkly.