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/generic/index.mdx
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
-
title: Self-Serve
3
-
sidebar_order: 1
4
-
description: Learn about Sentry's self-serve feature-flag integrations.
2
+
title: Generic
3
+
sidebar_order: 3
4
+
description: Learn about Sentry's generic feature-flag integrations.
5
5
---
6
6
7
7
## Evaluation Tracking
@@ -10,11 +10,11 @@ Sentry can track flag evaluations as they happen within your application. Flag
10
10
11
11
### Set Up Evaluation Tracking
12
12
13
-
To set up evaluation tracking visit the [explore page](/product/explore/feature-flags/) and select the language and SDK of your choice. Not using a supported SDK? That's okay. We support self-serve integrations with your existing system.
13
+
To set up evaluation tracking, visit the [explore page](/product/explore/feature-flags/) and select the language and SDK of your choice. Not using a supported SDK? That's okay. We support generic integrations with your existing system.
14
14
15
-
To set up self-serve evaluation tracking visit one of our supported languages pages:
@@ -24,7 +24,7 @@ Sentry offers a change tracking feature which functions as an audit-log of featu
24
24
25
25
### API Documentation
26
26
27
-
If you're using a self-serve integration it means you will likely need to write code to support this endpoint. This section documents our authentication procedures as well as the resource's fields and structure.
27
+
If you're using a generic integration it means you will likely need to write code to support this endpoint. This section documents our authentication procedures as well as the resource's fields and structure.
28
28
29
29
#### Authentication
30
30
@@ -47,11 +47,12 @@ Enabling Change Tracking is a three step process. To get started visit the [feat
47
47
48
48
1.**Click the "Add New Provider" button.**
49
49
- One webhook secret can be registered per provider type.
50
+
- Select Generic in the dropdown that says "Select a provider".
50
51
2.**Register the webhook URL**.
51
52
- Copy the provided Sentry webhook URL and configure your feature flagging system to emit web hooks to this URL.
52
53
3.**Set the Signing Secret**.
53
-
- In your feature flagging system's UI find the "Signing Secret".
54
-
- Copy the signing secret and paste it into the input box labeled "Secret" in Sentry.
55
-
-In Sentry, save the secret by clicking "Save Secret".
54
+
- In your feature flagging system's UI, find the "Signing Secret".
55
+
- Copy the signing secret and paste it into the input box next to "Secret" in Sentry settings.
56
+
-Save the secret by clicking "Add Provider" in Sentry settings.
56
57
57
58
Once saved Sentry will now accept and authenticate all inbound hooks to your organization's feature flag webhook endpoint.
Copy file name to clipboardExpand all lines: docs/organization/integrations/feature-flag/launchdarkly/index.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@ description: Learn about Sentry's LaunchDarkly integrations.
6
6
7
7
## Evaluation Tracking
8
8
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).
9
+
Sentry can track flag evaluations as they happen within your application. Flag evaluations will appear in the "Feature Flag" section of the 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).
10
10
11
11
### Set Up Evaluation Tracking
12
12
13
-
To set up evaluation tracking visit one of our supported languages pages:
13
+
To set up evaluation tracking, visit one of our supported languages pages:
The Feature Flags integration allows you to manually track feature flag evaluations through an API. These evaluations are held in memory, and in the event an error occurs, sent to Sentry for review and analysis. Specifically, the self-serve integration enables users to integrate with proprietary (or otherwise unsupported) feature flagging solutions. **At the moment, we only support boolean flag evaluations.**
8
+
The Feature Flags integration allows you to manually track feature flag evaluations through an API. These evaluations are held in memory, and in the event an error occurs, sent to Sentry for review and analysis. Specifically, the generic integration enables users to integrate with proprietary (or otherwise unsupported) feature flagging solutions. **At the moment, we only support boolean flag evaluations.**
0 commit comments