From 7f0daed2631204d5543d6d883e7ad59759b43621 Mon Sep 17 00:00:00 2001 From: Martin Linzmayer Date: Tue, 25 Nov 2025 00:39:48 +0100 Subject: [PATCH 1/2] fix(feature-flags): update requirements to match each SDK --- docs/platforms/php/common/feature-flags/index.mdx | 2 +- platform-includes/feature-flags/requirements/php.laravel.mdx | 1 + platform-includes/feature-flags/requirements/php.mdx | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 platform-includes/feature-flags/requirements/php.laravel.mdx create mode 100644 platform-includes/feature-flags/requirements/php.mdx diff --git a/docs/platforms/php/common/feature-flags/index.mdx b/docs/platforms/php/common/feature-flags/index.mdx index 00d731146bde5..8eca46e3a8382 100644 --- a/docs/platforms/php/common/feature-flags/index.mdx +++ b/docs/platforms/php/common/feature-flags/index.mdx @@ -7,7 +7,7 @@ description: With Feature Flags, Sentry tracks feature flag evaluations in your ## Prerequisites -- [Sentry SDK](/platforms/php) version `4.18.1` or above. + ## Enable Evaluation Tracking diff --git a/platform-includes/feature-flags/requirements/php.laravel.mdx b/platform-includes/feature-flags/requirements/php.laravel.mdx new file mode 100644 index 0000000000000..f80d8cb437391 --- /dev/null +++ b/platform-includes/feature-flags/requirements/php.laravel.mdx @@ -0,0 +1 @@ +- [Laravel SDK](/platforms/php/guides/laravel/) version `4.19.0` or above. diff --git a/platform-includes/feature-flags/requirements/php.mdx b/platform-includes/feature-flags/requirements/php.mdx new file mode 100644 index 0000000000000..ec5e09e86211b --- /dev/null +++ b/platform-includes/feature-flags/requirements/php.mdx @@ -0,0 +1 @@ +- [Sentry SDK](/platforms/php) version `4.18.1` or above. From eaf3aff9db07f6ab003df6867d264601d18c9b2c Mon Sep 17 00:00:00 2001 From: Martin Linzmayer Date: Tue, 25 Nov 2025 00:41:41 +0100 Subject: [PATCH 2/2] wording --- docs/platforms/php/common/feature-flags/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/php/common/feature-flags/index.mdx b/docs/platforms/php/common/feature-flags/index.mdx index 8eca46e3a8382..be37509aa1a89 100644 --- a/docs/platforms/php/common/feature-flags/index.mdx +++ b/docs/platforms/php/common/feature-flags/index.mdx @@ -5,7 +5,7 @@ sidebar_order: 7000 description: With Feature Flags, Sentry tracks feature flag evaluations in your application, keeps an audit log of feature flag changes, and reports any suspicious updates that may have caused an error. --- -## Prerequisites +## Requirements