Skip to content

Commit 6d3fd15

Browse files
authored
fix(flags): unpublish docs on unreleased python integrations (#12296)
* fix(flags): unpublish docs on unreleased python integrations * Add generic webhook back but rm link to python eval tracking * Add unleash webhook back w/coming soon note * Reword coming soon
1 parent 85f1093 commit 6d3fd15

File tree

5 files changed

+2
-121
lines changed

5 files changed

+2
-121
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ To set up evaluation tracking, visit the [explore page](/product/explore/feature
1414

1515
To set up generic evaluation tracking, visit one of our supported languages' pages:
1616
* [JavaScript](/platforms/javascript/configuration/integrations/generic/)
17-
* [Python](/platforms/python/integrations/feature-flags/generic/)
1817

1918
## Change Tracking
2019

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@ description: Learn about Sentry's Unleash integrations.
66

77
## Evaluation Tracking
88

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-
11-
### Set Up Evaluation Tracking
12-
13-
To set up evaluation tracking, visit one of our supported languages pages:
14-
* [Python](/platforms/python/integrations/feature-flags/unleash/)
9+
Support for this is coming soon, starting with [Python sentry-sdk](https://pypi.org/project/sentry-sdk/).
1510

1611
## Change Tracking
1712

@@ -25,7 +20,7 @@ Enabling Change Tracking is a three-step process. To get started visit the [feat
2520
- One webhook secret can be registered per provider type.
2621
- Select Unleash in the dropdown that says "Select a provider".
2722
2. **Register the webhook URL**.
28-
- Go to your Unleash homepage and navigate to the `/integrations/` page, which can be found by clicking Integrations on the left-hand sidebar navigation, under the Configure heading.
23+
- Go to your Unleash homepage and navigate to the `/integrations/` page, which can be found by clicking Integrations on the left-hand sidebar navigation, under the Configure heading.
2924
- Select the Webhook option. You should be on the `/integrations/create/webhook/` page.
3025
- Copy the provided Sentry webhook URL in settings and paste it into Unleash within their webhook integration UI.
3126
- Make sure the integration is toggled to Enabled.

docs/platforms/python/feature-flags/index.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,5 @@ Evaluation tracking requires enabling an SDK integration. Integrations are provi
1616

1717
- [OpenFeature](/platforms/python/integrations/feature-flags/openfeature/)
1818
- [LaunchDarkly](/platforms/python/integrations/feature-flags/launchdarkly/)
19-
- [Unleash](/platforms/python/integrations/feature-flags/unleash/)
20-
- [Generic](/platforms/python/integrations/feature-flags/generic/)
2119

2220
<PlatformContent includePath="feature-flags/enable-change-tracking" />

docs/platforms/python/integrations/feature-flags/generic.mdx

Lines changed: 0 additions & 49 deletions
This file was deleted.

docs/platforms/python/integrations/feature-flags/unleash.mdx

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)