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
+22-22Lines changed: 22 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,28 +4,6 @@ sidebar_order: 1
4
4
description: Learn about Sentry's LaunchDarkly integration. LaunchDarkly enables organizations to use Sentry errors as a metric in their LaunchDarkly experiments.
5
5
---
6
6
7
-
## Metrics Integration
8
-
9
-
This integration is maintained and supported by the company that created it. For more details or questions, feel free to contact [email protected].
10
-
11
-
### Install and Configure
12
-
13
-
<Note>
14
-
15
-
Sentry owner or manager permissions are required to install this integration.
16
-
17
-
</Note>
18
-
19
-
<Note>
20
-
21
-
The LaunchDarkly integration is only available to organizations with a Business or Enterprise plan.
22
-
23
-
</Note>
24
-
25
-
1. Navigate to **Settings > Integrations > LaunchDarkly**
26
-
27
-
2. Follow the full [LaunchDarkly installation instructions](https://docs.launchdarkly.com/integrations/sentry).
28
-
29
7
## Evaluation Tracking
30
8
31
9
Sentry can track flag evaluations as they happen within your application. Flag evaluations will appear in the "Feature Flag" section of Issue Details page as a table, with "suspect" flag predictions highlighted in yellow. Learn more about how to interact with feature flag insights within the Sentry UI by reading the [Issue Details page documentation](/product/issues/issue-details/#feature-flags).
@@ -49,3 +27,25 @@ To enable the change tracking integration click the "Set Up Integration" button
49
27
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.
50
28
51
29
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.
30
+
31
+
## Metrics Integration
32
+
33
+
This integration is maintained and supported by the company that created it. For more details or questions, feel free to contact [email protected].
34
+
35
+
### Install and Configure
36
+
37
+
<Note>
38
+
39
+
Sentry owner or manager permissions are required to install this integration.
40
+
41
+
</Note>
42
+
43
+
<Note>
44
+
45
+
The LaunchDarkly integration is only available to organizations with a Business or Enterprise plan.
46
+
47
+
</Note>
48
+
49
+
1. Navigate to **Settings > Integrations > LaunchDarkly**
50
+
51
+
2. Follow the full [LaunchDarkly installation instructions](https://docs.launchdarkly.com/integrations/sentry).
0 commit comments