Skip to content

Commit 5b3c804

Browse files
authored
Add Laravel version requirements if needed (#11499)
1 parent b3c81f0 commit 5b3c804

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

docs/platforms/php/guides/laravel/tracing/instrumentation/automatic-instrumentation.mdx

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff 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

2023
The Laravel SDK is also capable of creating spans for filesystem access operations.
2124
You can enable this feature by wrapping the configuration for all disks

0 commit comments

Comments
 (0)