Skip to content

Commit dca8e06

Browse files
committed
Merge branch 'cmanallen/consolidate-ff-docs' of https://github.com/getsentry/sentry-docs into cmanallen/consolidate-ff-docs
2 parents 39405a6 + d7d99c6 commit dca8e06

File tree

3 files changed

+5
-5
lines changed
  • docs
    • organization/integrations/feature-flag/launchdarkly
    • platforms/python/integrations/openfeature
  • platform-includes/feature-flags/change-tracking-cta-launchdarkly

3 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Sentry can track flag evaluations as they happen within your application. Flag
1111
### Set Up Evaluation Tracking
1212

1313
To set up evaluation tracking visit one of our supported languages documentation page:
14-
* [JavaScript](/platforms/javascript/feature-flags/)
15-
* [Python](/platforms/python/feature-flags/)
14+
* [JavaScript](/platforms/javascript/configuration/integrations/launchdarkly/)
15+
* [Python](/platforms/python/integrations/launchdarkly/)
1616

1717
## Change Tracking
1818

docs/platforms/python/integrations/openfeature/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: OpenFeature
3-
description: "Learn about using Sentry with LaunchDarkly."
3+
description: "Learn about using Sentry with OpenFeature."
44
---
55

66
<PlatformContent includePath="feature-flags/prerelease-alert" />
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
## Change Tracking
22

3-
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.
3+
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.
44

55
![Integration UI](./img/ff-integration-ui.png)
66

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

9-
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, 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.
9+
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.

0 commit comments

Comments
 (0)