Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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 link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where do we get this URL?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Its on the page (or rather will be after michelle makes a change).

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On the "Add New Provider" form page.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, could we have it on both form states? (Before/after submitting secret) cc @michellewzhang

- 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.

Expand Down
Loading