PHPackages                             wieni/saloon-aws-xray - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. wieni/saloon-aws-xray

AbandonedArchivedLibrary[Logging &amp; Monitoring](/categories/logging)

wieni/saloon-aws-xray
=====================

AWS X-Ray integration for Saloon

1.0.0(1y ago)1144MITPHP

Since Jul 2Pushed 1y agoCompare

[ Source](https://github.com/wieni/saloon-aws-xray)[ Packagist](https://packagist.org/packages/wieni/saloon-aws-xray)[ RSS](/packages/wieni-saloon-aws-xray/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

AWS X-Ray integration for Saloon
================================

[](#aws-x-ray-integration-for-saloon)

This package provides a Saloon Sender that sends traces to AWS X-Ray.
It creates a separate trace for each request and sends the trace to AWS X-Ray when the request is finished.

Installation
------------

[](#installation)

```
composer require wieni/saloon-aws-xray
```

Configuration
-------------

[](#configuration)

### Laravel

[](#laravel)

When using Laravel, this package plays nicely with [napp/xray-laravel](https://github.com/Napp/xray-laravel).
Please read the documentation of that package to configure AWS X-Ray for Laravel.

You can then create a ServiceProvider to configure Saloon to use the AWS X-Ray sender.

```
// app/Providers/SaloonXrayServiceProvider.php
