diff --git a/docs/platforms/php/common/feature-flags/index.mdx b/docs/platforms/php/common/feature-flags/index.mdx index 00d731146bde5..be37509aa1a89 100644 --- a/docs/platforms/php/common/feature-flags/index.mdx +++ b/docs/platforms/php/common/feature-flags/index.mdx @@ -5,9 +5,9 @@ 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 -- [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.