Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/platforms/php/common/feature-flags/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<PlatformContent includePath="feature-flags/requirements" />

## Enable Evaluation Tracking

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- [Laravel SDK](/platforms/php/guides/laravel/) version `4.19.0` or above.
1 change: 1 addition & 0 deletions platform-includes/feature-flags/requirements/php.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- [Sentry SDK](/platforms/php) version `4.18.1` or above.
Loading