Skip to content

Commit 2261158

Browse files
docs(flags): update python onboarding docs to include second step
1 parent 3768760 commit 2261158

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

docs/platforms/python/integrations/launchdarkly/index.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,11 @@ sentry_sdk.capture_exception(Exception("Something went wrong!"))
4444
```
4545

4646
Visit the Sentry website and confirm that your error event has recorded the feature flag "hello" and its value "false".
47+
48+
Please read the note below to ensure that you also complete one additional step.
49+
50+
<Alert level="warning" title="Note">
51+
52+
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/#set-up-your-integration-specific-webhook).
53+
54+
</Alert>

docs/platforms/python/integrations/openfeature/index.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,11 @@ sentry_sdk.capture_exception(Exception("Something went wrong!"))
4444
```
4545

4646
Visit the Sentry website and confirm that your error event has recorded the feature flag "hello" and its value "false".
47+
48+
Please read the note below to ensure that you also complete one additional step.
49+
50+
<Alert level="warning" title="Note">
51+
52+
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/#set-up-your-integration-specific-webhook).
53+
54+
</Alert>

0 commit comments

Comments
 (0)