esign / laravel-saloon-sentry
Sentry tracing for Saloon HTTP requests
Installs: 175
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/esign/laravel-saloon-sentry
Requires
- php: ^8.2
 - illuminate/support: ^10.0|^11.0|^12.0
 - saloonphp/saloon: ^3.0
 - sentry/sentry: ^4.8
 
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.5
 - orchestra/testbench: ^8.0|^9.0|^10.0
 - phpunit/phpunit: ^10.1|^11.0
 
This package is auto-updated.
Last update: 2025-11-03 20:51:06 UTC
README
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.
Installation
You can install the package via composer:
composer require esign/laravel-saloon-sentry
The package will automatically register a service provider.
Usage
That's it! The package will automatically trace Saloon HTTP requests using Sentry.
Testing
composer test
License
The MIT License (MIT). Please see License File for more information.