Out of the box Saloon HTTP requests are not traced by Sentry. This package provides a middleware that automatically traces Saloon HTTP requests using Sentry's Guzzle tracing middleware.
You can install the package via composer:
composer require esign/laravel-saloon-sentry
The package will automatically register a service provider.
That's it! The package will automatically trace Saloon HTTP requests using Sentry.
composer test
The MIT License (MIT). Please see License File for more information.