Skip to content

Commit d8b31b0

Browse files
committed
Reorganize includes
1 parent 9e800c1 commit d8b31b0

File tree

13 files changed

+16
-17
lines changed

13 files changed

+16
-17
lines changed

docs/organization/integrations/feature-flag/launchdarkly/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ The LaunchDarkly integration is only available to organizations with a Business
2626

2727
2. Follow the full [LaunchDarkly installation instructions](https://docs.launchdarkly.com/integrations/sentry).
2828

29-
<PlatformContent includePath="feature-flags/change-tracking-cta-launchdarkly" />
29+
<Include name="feature-flag-change-tracking-cta-launchdarkly.mdx" />

docs/platforms/javascript/common/configuration/integrations/launchdarkly.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ notSupported:
2121
- javascript.wasm
2222
---
2323

24-
<PlatformContent includePath="feature-flags/prerelease-alert" />
24+
<Include name="feature-flag-prerelease.mdx" />
2525

2626
<Alert level="info">
2727

@@ -55,4 +55,4 @@ SDKs.** However, you may reuse this setup code for React and client-side Node.js
5555

5656
There are no setup options for this integration.
5757

58-
<PlatformContent includePath="feature-flags/change-tracking-cta-launchdarkly" />
58+
<Include name="feature-flag-change-tracking-cta-launchdarkly.mdx" />

docs/platforms/javascript/common/configuration/integrations/openfeature.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ notSupported:
2121
- javascript.wasm
2222
---
2323

24-
<PlatformContent includePath="feature-flags/prerelease-alert" />
24+
<Include name="feature-flag-prerelease.mdx" />
2525

2626
<Alert level="info">
2727

docs/platforms/javascript/common/feature-flags/index.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ notSupported:
2222
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.
2323
---
2424

25-
<PlatformContent includePath="feature-flags/prerelease-alert" />
25+
<Include name="feature-flag-prerelease.mdx" />
2626

2727
## Prerequisites
2828

@@ -35,6 +35,4 @@ Evaluation tracking requires enabling an SDK integration. Integrations are provi
3535
- [OpenFeature](/platforms/javascript/configuration/integrations/openfeature/)
3636
- [LaunchDarkly](/platforms/javascript/configuration/integrations/launchdarkly/)
3737

38-
## Enable Change Tracking
39-
40-
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).
38+
<Include name="feature-flag-enable-change-tracking.mdx" />

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_order: 5200
44
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.
55
---
66

7-
<PlatformContent includePath="feature-flags/prerelease-alert" />
7+
<Include name="feature-flag-prerelease.mdx" />
88

99
## Prerequisites
1010

@@ -17,6 +17,4 @@ Evaluation tracking requires enabling an SDK integration. Integrations are provi
1717
- [OpenFeature](/platforms/python/integrations/openfeature/)
1818
- [LaunchDarkly](/platforms/python/integrations/launchdarkly/)
1919

20-
## Enable Change Tracking
21-
22-
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).
20+
<Include name="feature-flag-enable-change-tracking.mdx" />

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: LaunchDarkly
33
description: "Learn about the LaunchDarkly integration and how to add it to your integrations list."
44
---
55

6-
<PlatformContent includePath="feature-flags/prerelease-alert" />
6+
<Include name="feature-flag-prerelease.mdx" />
77

88
The [LaunchDarkly](https://launchdarkly.com/) integration tracks feature flag evaluations produced by the LaunchDarkly SDK. These evaluations are held in memory and, in the event an error occurs, sent to Sentry for review and analysis.
99

@@ -47,4 +47,4 @@ sentry_sdk.capture_exception(Exception("Something went wrong!"))
4747

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

50-
<PlatformContent includePath="feature-flags/change-tracking-cta-launchdarkly" />
50+
<Include name="feature-flag-change-tracking-cta-launchdarkly.mdx" />

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: OpenFeature
33
description: "Learn about the OpenFeature integration and how to add it to your integrations list."
44
---
55

6-
<PlatformContent includePath="feature-flags/prerelease-alert" />
6+
<Include name="feature-flag-prerelease.mdx" />
77

88
The [OpenFeature](https://openfeature.dev/) integration tracks feature flag evaluations produced by the OpenFeature SDK. These evaluations are held in memory and, in the event an error occurs, sent to Sentry for review and analysis.
99

docs/product/explore/feature-flags/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_order: 100
44
description: "Learn how to set up and interact with Sentry's feature flag evaluation tracking and feature flag change tracking."
55
---
66

7-
<PlatformContent includePath="feature-flags/prerelease-alert" />
7+
<Include name="feature-flag-prerelease.mdx" />
88

99
Enabling a feature flag integration gives you deep insights into the state of your application prior to failure. A list of flags and their evaluation results are displayed on each error event. Integrating Sentry with your feature flag provider enables Sentry to correlate feature flag changes with new error events and mark certain changes as suspicious.
1010

platform-includes/feature-flags/change-tracking-cta-launchdarkly.mdx renamed to includes/feature-flag-change-tracking-cta-launchdarkly.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<PlatformContent includePath="feature-flags/change-tracking-cta" />
1+
<Include name="feature-flag-change-tracking-cta.mdx" />
22

33
![Integration UI](./img/ff-integration-ui.png)
44

0 commit comments

Comments
 (0)