Skip to content

Commit 9e800c1

Browse files
committed
Add exposition
1 parent 3ab0ace commit 9e800c1

File tree

7 files changed

+11
-8
lines changed

7 files changed

+11
-8
lines changed
Binary file not shown.

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,4 @@ The LaunchDarkly integration is only available to organizations with a Business
2626

2727
2. Follow the full [LaunchDarkly installation instructions](https://docs.launchdarkly.com/integrations/sentry).
2828

29-
## Change Tracking Integration
30-
31-
Sentry offers a flag change tracking integration which allows Sentry to associate flag definition changes with errors that occurred in your application. To enable this integration, create a new <Link to="https://app.launchdarkly.com/settings/integrations?q=generic+trigger">"Generic Trigger"</Link> integration and paste the Sentry web hook URL generated by the Feature Flag Integration Modal. For information on how to generate a Sentry Web Hook URL, visit the <PlatformLink to="/product/issues/issue-details/#feature-flags">feature flag integration documentation here</PlatformLink>. Learn more about LaunchDarkly's "Generic Triggers" <Link to="https://docs.launchdarkly.com/home/releases/triggers">here</Link>.
32-
33-
![LaunchDarkly Integration UI](./img/launchdarkly-ui.png)
29+
<PlatformContent includePath="feature-flags/change-tracking-cta-launchdarkly" />

docs/platforms/javascript/common/configuration/integrations/launchdarkly.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ SDKs.** However, you may reuse this setup code for React and client-side Node.js
5555

5656
There are no setup options for this integration.
5757

58-
<PlatformContent includePath="feature-flags/change-tracking-cta" />
58+
<PlatformContent includePath="feature-flags/change-tracking-cta-launchdarkly" />

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ sentry_sdk.capture_exception(Exception("Something went wrong!"))
4747

4848
Visit the Sentry website and confirm that your error event has recorded the feature flag "hello" and its value "false".
4949

50-
<PlatformContent includePath="feature-flags/change-tracking-cta" />
50+
<PlatformContent includePath="feature-flags/change-tracking-cta-launchdarkly" />
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<PlatformContent includePath="feature-flags/change-tracking-cta" />
2+
3+
![Integration UI](./img/ff-integration-ui.png)
4+
5+
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.
6+
7+
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.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
## Change Tracking
22

3-
Sentry can additionally track changes to feature flag definitions and report suspect feature flags. To enable the change tracking integration with your provider visit the [change tracking documentation](/products/explore/feature-flags/#change-tracking) page.
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.
149 KB
Loading

0 commit comments

Comments
 (0)