Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading