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/organization/integrations/feature-flag/launchdarkly/index.mdx
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,14 +20,15 @@ Sentry can track changes to feature flag definitions and report suspicious featu
20
20
21
21
### Set Up Change Tracking
22
22
23
-
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.
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.
24
24
25
-
1.**Register the webhook URL**.
26
-
- Under the "Integrate Feature Flag Service" heading a Sentry webhook URL has been provided.
27
-
- 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).
28
-
2.**Set the Signing Secret**.
25
+
1.**Click the "Add New Provider" button.
26
+
- One webhook secret can be registered per provider type.
27
+
2.**Register the webhook URL**.
28
+
- Copy the provided Sentry webhook URL and paste it into LaunchDarkly within their [webhook integration UI](https://app.launchdarkly.com/settings/integrations/webhooks/new).
29
+
3.**Set the Signing Secret**.
29
30
- In the LaunchDarkly webhook UI check the box that says "Sign this webhook".
30
-
- Copy the signing secret in the revealed input box and paste it into the input box labeled "Secret" on the Sentry fly out.
31
+
- Copy the signing secret in the revealed input box and paste it into the input box labeled "Secret" in Sentry.
31
32
- Save the secret by clicking "Save Secret" in the Sentry fly out.
32
33
- Save the webhook by clicking "Save Settings" in LaunchDarkly.
0 commit comments