Treblle / treblle-laravel

The official Treblle SDK for Laravel. Seamlessly integrate Treblle to manage communication with your dashboard, send errors, and secure sensitive data.
https://www.treblle.com/
MIT License
129 stars 24 forks source link

Adding Trace ID header to request and response in middleware #85

Closed JustSteveKing closed 1 year ago

JustSteveKing commented 1 year ago

This PR adds the X-TREBLLE-TRACE-ID to the request and response going through your Laravel API, so that we can stitch calls to other APIs you have and see the communication between them.