Skip to content

Commit 9254bba

Browse files
add info about second step
1 parent d8a6795 commit 9254bba

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ The support for **feature flag change tracking** and **feature flag evaluation t
1212

1313
Link your external feature flag integrations with Sentry to provide feature flag insights right inside the Sentry UI. Linking one or more integrations will allow you to view recent flag evaluations in one place and identify potential suspect flags related to errors. In addition, Sentry will provide insights on feature flag updates relative to error event timelines.
1414

15+
To set up **feature flag evaluation tracking**, you will need to set up your language-specific SDK to include Sentry's feature flag integration.
16+
1517
Learn more about the integrations available for Python and how to set them up:
1618
- [OpenFeature](/platforms/python/integrations/openfeature/)
1719
- [LaunchDarkly](/platforms/python/integrations/launchdarkly/)
20+
21+
Please read the note below to ensure that you also complete one additional step.
22+
23+
<Alert level="warning" title="Note">
24+
25+
In order to take full advantage of the feature flag capabilities Sentry offers, there is an additional setup step needed, which is setting up your integration-specific webhook. This is needed to enable **feature flag change tracking**, so that your integration may communicate feature flag changes to Sentry. Learn how to set this up by [reading the docs](/product/explore/feature-flags/).
26+
27+
</Alert>

0 commit comments

Comments
 (0)