File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
docs/platforms/php/guides/laravel/tracing/instrumentation Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,17 @@ The Laravel SDK automatically instruments your application to capture transactio
88
99- Views
1010- Queue jobs
11- - Caches
11+ - Caches (when using Laravel v11.11.0 or higher)
1212- Notifications
1313- Database queries
1414- Redis operations
15- - Laravel HTTP Client requests
16- - GraphQL operations (when using [ Lighthouse] ( https://lighthouse-php.com/ ) )
17- - [ Folio] ( https://github.com/laravel/folio ) page based routes
18- - [ Livewire] ( https://laravel-livewire.com/ ) components
15+ - Laravel HTTP Client requests (when using Laravel v8.45.0 or higher)
16+
17+ Automatic instrumentation is also available with the following packages:
18+
19+ - [ Lighthouse] ( https://lighthouse-php.com/ ) GraphQL operations
20+ - [ Laravel Folio] ( https://laravel.com/docs/11.x/folio ) page based routes
21+ - [ Laravel Livewire] ( https://livewire.laravel.com/ ) components
1922
2023The Laravel SDK is also capable of creating spans for filesystem access operations.
2124You can enable this feature by wrapping the configuration for all disks
You can’t perform that action at this time.
0 commit comments