diff --git a/platform-includes/feature-flags/change-tracking-cta-launchdarkly/_default.mdx b/platform-includes/feature-flags/change-tracking-cta-launchdarkly/_default.mdx deleted file mode 100644 index 6cdee2d5b10269..00000000000000 --- a/platform-includes/feature-flags/change-tracking-cta-launchdarkly/_default.mdx +++ /dev/null @@ -1,9 +0,0 @@ -## Change Tracking - -Sentry can track changes to feature flag definitions and report suspicious feature flag edits. To enable the change tracking integration click the "Set Up Integration" button on the feature flag table contained within the Issue Details page. This will trigger a fly out which will guide you through the two step process. - -![Integration UI](./img/ff-integration-ui.png) - -Under the "Integrate Feature Flag Service" heading a Sentry webhook URL has been provided. Additionally, a link to LaunchDarkly's webhook registration interface has been provided. Paste the Sentry webhook URL into the input box labeled "URL" within the LaunchDarkly webhook registration UI. - -Next a signing secret must be created. Check the box that says "Sign this webhook". This will reveal an input element which contains your signing secret. Copy and paste this signing secret into the input box labeled "Secret" on the Sentry fly out. Click "Save Secret" in the Sentry UI, then click "Save Settings" in the LaunchDarkly UI, and you're done. Sentry will now accept and authenticate all inbound hooks to your organization's feature flag webhook endpoint. diff --git a/platform-includes/feature-flags/change-tracking-cta-launchdarkly/img/ff-integration-ui.png b/platform-includes/feature-flags/change-tracking-cta-launchdarkly/img/ff-integration-ui.png deleted file mode 100644 index faddb9def476ae..00000000000000 Binary files a/platform-includes/feature-flags/change-tracking-cta-launchdarkly/img/ff-integration-ui.png and /dev/null differ