diff --git a/docs/platforms/python/feature-flags/index.mdx b/docs/platforms/python/feature-flags/index.mdx new file mode 100644 index 0000000000000..ae3bdad215921 --- /dev/null +++ b/docs/platforms/python/feature-flags/index.mdx @@ -0,0 +1,26 @@ +--- +title: Set Up Feature Flags +sidebar_order: 5200 +description: With Feature Flags, Sentry tracks flag evaluations in your application and reports their state on error. Sentry will also record an audit log of feature flag changes and report any suspicious changes that may have triggered an error. +--- + + + +**Feature flag change tracking** and **feature flag evaluation tracking** is currently in closed beta. If you'd like to be added to the beta, please fill out [this form](https://forms.gle/EeNwTepvVwt7poAJ8). + + + +## Prerequisites + +* You have the Python SDK installed (version 2.18.0 or higher). + +## Enable Evaluation Tracking + +Evaluation tracking requires enabling an SDK integration. Integrations are provider specific. Documentation for supported providers is listed below. + +- [OpenFeature](/platforms/python/integrations/openfeature/) +- [LaunchDarkly](/platforms/python/integrations/launchdarkly/) + +## Enable Change Tracking + +Change tracking requires registering a Sentry webhook with your feature flag provider. Set up varies by provider and is documented in detail [here](/product/explore/feature-flags/#set-up-your-integration-specific-webhook).