Skip to content

Commit f7e656d

Browse files
committed
Use platform-includes rather than regular includes since I can't make the latter work
1 parent 3740542 commit f7e656d

File tree

12 files changed

+10
-13
lines changed

12 files changed

+10
-13
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-
<Include name="feature-flag-change-tracking-cta-launchdarkly.mdx" />
29+
<PlatformContent includePath="feature-flags/change-tracking-cta-launchdarkly" />

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-
<Include name="feature-flag-prerelease.mdx" />
24+
<PlatformContent includePath="feature-flags/prerelease-alert" />
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-
<Include name="feature-flag-change-tracking-cta-launchdarkly.mdx" />
58+
<PlatformContent includePath="feature-flags/change-tracking-cta-launchdarkly" />

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

2626
<Alert level="info">
2727

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

Lines changed: 1 addition & 1 deletion
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-
<Include name="feature-flag-prerelease.mdx" />
25+
<PlatformContent includePath="feature-flags/prerelease-alert" />
2626

2727
## Prerequisites
2828

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

Lines changed: 1 addition & 1 deletion
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-
<Include name="feature-flag-prerelease.mdx" />
7+
<PlatformContent includePath="feature-flags/prerelease-alert" />
88

99
## Prerequisites
1010

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 using Sentry with LaunchDarkly."
44
---
55

6-
<Include name="feature-flag-prerelease.mdx" />
6+
<PlatformContent includePath="feature-flags/prerelease-alert" />
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-
<Include name="feature-flag-change-tracking-cta-launchdarkly.mdx" />
50+
<PlatformContent includePath="feature-flags/change-tracking-cta-launchdarkly" />

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 using Sentry with LaunchDarkly."
44
---
55

6-
<Include name="feature-flag-prerelease.mdx" />
6+
<PlatformContent includePath="feature-flags/prerelease-alert" />
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-
<Include name="feature-flag-prerelease.mdx" />
7+
<PlatformContent includePath="feature-flags/prerelease-alert" />
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

includes/feature-flag-enable-change-tracking.mdx

Lines changed: 0 additions & 3 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)