diff --git a/docs/platforms/php/guides/laravel/tracing/instrumentation/automatic-instrumentation.mdx b/docs/platforms/php/guides/laravel/tracing/instrumentation/automatic-instrumentation.mdx index d739fc1de935f..7fafd83808ceb 100644 --- a/docs/platforms/php/guides/laravel/tracing/instrumentation/automatic-instrumentation.mdx +++ b/docs/platforms/php/guides/laravel/tracing/instrumentation/automatic-instrumentation.mdx @@ -8,14 +8,17 @@ The Laravel SDK automatically instruments your application to capture transactio - Views - Queue jobs -- Caches +- Caches (when using Laravel v11.11.0 or higher) - Notifications - Database queries - Redis operations -- Laravel HTTP Client requests -- GraphQL operations (when using [Lighthouse](https://lighthouse-php.com/)) -- [Folio](https://github.com/laravel/folio) page based routes -- [Livewire](https://laravel-livewire.com/) components +- Laravel HTTP Client requests (when using Laravel v8.45.0 or higher) + +Automatic instrumentation is also available with the following packages: + +- [Lighthouse](https://lighthouse-php.com/) GraphQL operations +- [Laravel Folio](https://laravel.com/docs/11.x/folio) page based routes +- [Laravel Livewire](https://livewire.laravel.com/) components The Laravel SDK is also capable of creating spans for filesystem access operations. You can enable this feature by wrapping the configuration for all disks