Skip to content

Commit 71cedde

Browse files
make component reusable
1 parent ab443b4 commit 71cedde

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ sentry_sdk.capture_exception(Exception("Something went wrong!"))
5151

5252
Visit the Sentry website and confirm that your error event has recorded the feature flag "hello" and its value "false".
5353

54-
Please read the note below to ensure that you also complete one additional step.
54+
<PlatformContent includePath="feature-flags/" />
5555

56-
<Alert level="warning" title="Note">
5756

58-
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).
59-
60-
</Alert>

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,4 @@ sentry_sdk.capture_exception(Exception("Something went wrong!"))
5151

5252
Visit the Sentry website and confirm that your error event has recorded the feature flag "hello" and its value "false".
5353

54-
Please read the note below to ensure that you also complete one additional step.
55-
56-
<Alert level="warning" title="Note">
57-
58-
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).
59-
60-
</Alert>
54+
<PlatformContent includePath="feature-flags/" />
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Please read the note below to ensure that you also complete one additional step.
2+
3+
<Alert level="warning" title="Next Steps">
4+
5+
- **Track feature flag evaluations in other parts of your codebase.** If needed, you can set up evaluation tracking for more than one SDK. [Read the docs](/product/explore/feature-flags/#set-up-your-language-specific-sdk) to learn more.
6+
- **Set up your change tracking webhook.** 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).
7+
8+
</Alert>

0 commit comments

Comments
 (0)