Skip to content

Commit 513d232

Browse files
authored
Use change-tracking-list for change tracking sections (#12341)
1 parent a381597 commit 513d232

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,6 @@ Evaluation tracking requires enabling an SDK integration. Integrations are provi
3636
- [LaunchDarkly](/platforms/javascript/configuration/integrations/launchdarkly/)
3737
- [OpenFeature](/platforms/javascript/configuration/integrations/openfeature/)
3838

39-
<PlatformContent includePath="feature-flags/enable-change-tracking" />
39+
## Enable Change Tracking
40+
41+
<PlatformContent includePath="feature-flags/change-tracking-list" />

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,6 @@ sentry_sdk.capture_exception(Exception("Something went wrong!"))
3636

3737
Go to your Sentry project and confirm that your error event has recorded the feature flag "test-flag" and its value "false".
3838

39-
<PlatformContent includePath="feature-flags/enable-change-tracking" />
39+
## Enable Change Tracking
40+
41+
<PlatformContent includePath="feature-flags/change-tracking-list" />

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

+1-3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,4 @@ Change tracking enables Sentry to listen for additions, removals, and modificati
2828

2929
### Set Up Change Tracking
3030

31-
To set up change tracking, visit the webhook integration documentation for your provider:
32-
* [LaunchDarkly](/organization/integrations/feature-flag/launchdarkly/#change-tracking)
33-
* [Generic](/organization/integrations/feature-flag/generic/#change-tracking)
31+
<PlatformContent includePath="feature-flags/change-tracking-list" platform="_default"/>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Change tracking requires registering a Sentry webhook with a feature flag provider. For set up instructions, visit the documentation for your provider:
2+
* [Generic](/organization/integrations/feature-flag/generic/#change-tracking)
3+
* [LaunchDarkly](/organization/integrations/feature-flag/launchdarkly/#change-tracking)
4+
* [Unleash](/organization/integrations/feature-flag/unleash/#change-tracking)

platform-includes/feature-flags/enable-change-tracking/_default.mdx

-3
This file was deleted.

0 commit comments

Comments
 (0)