Add Open Telemetry support to Laravel.
You can install the package via composer:
composer require worksome/laravel-telemetryYou can publish the config file with:
php artisan vendor:publish --tag="laravel-telemetry-config"This package will work out of the box with a default OTLP exporter configuration.
The default port is 4318, and requests will be sent to http://localhost:4318.
composer test