Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(flags): unpublish docs on unreleased python integrations #12296

Merged
merged 4 commits into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ To set up evaluation tracking, visit the [explore page](/product/explore/feature

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

## Change Tracking

Expand Down
9 changes: 2 additions & 7 deletions docs/organization/integrations/feature-flag/unleash/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,7 @@ description: Learn about Sentry's Unleash integrations.

## Evaluation Tracking

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).

### Set Up Evaluation Tracking

To set up evaluation tracking, visit one of our supported languages pages:
* [Python](/platforms/python/integrations/feature-flags/unleash/)
Support for this is coming soon, starting with [Python sentry-sdk](https://pypi.org/project/sentry-sdk/).

## Change Tracking

Expand All @@ -25,7 +20,7 @@ Enabling Change Tracking is a three-step process. To get started visit the [feat
- One webhook secret can be registered per provider type.
- Select Unleash in the dropdown that says "Select a provider".
2. **Register the webhook URL**.
- 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.
- 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.
- Select the Webhook option. You should be on the `/integrations/create/webhook/` page.
- Copy the provided Sentry webhook URL in settings and paste it into Unleash within their webhook integration UI.
- Make sure the integration is toggled to Enabled.
Expand Down
2 changes: 0 additions & 2 deletions docs/platforms/python/feature-flags/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,5 @@ Evaluation tracking requires enabling an SDK integration. Integrations are provi

- [OpenFeature](/platforms/python/integrations/feature-flags/openfeature/)
- [LaunchDarkly](/platforms/python/integrations/feature-flags/launchdarkly/)
- [Unleash](/platforms/python/integrations/feature-flags/unleash/)
- [Generic](/platforms/python/integrations/feature-flags/generic/)

<PlatformContent includePath="feature-flags/enable-change-tracking" />
49 changes: 0 additions & 49 deletions docs/platforms/python/integrations/feature-flags/generic.mdx

This file was deleted.

62 changes: 0 additions & 62 deletions docs/platforms/python/integrations/feature-flags/unleash.mdx

This file was deleted.

Loading