chrisguitarguy/request-id-bundle
abc123") for faster issue resolution and happier customers.trust_request_header: true) is prohibited (default is true).For Executives: "This is a 10-minute, zero-risk upgrade that will cut support ticket resolution time in half by giving our team and customers a unique ‘fingerprint’ for every request. For example, if a user reports a checkout failure, we’ll instantly know exactly which request to investigate—no more guessing or digging through logs. It’s like adding a ‘ticket number’ to every interaction, but automatically. The cost? Just a few lines of code and a Composer install. The payoff? Faster debugging, happier customers, and a smoother path to scaling our observability tools later."
For Engineers:
*"This bundle adds a request ID header (Request-Id) to every incoming/outgoing HTTP request in Symfony, with two modes:
trust_request_header).Why use it?
Tradeoffs:
Next steps:
composer require chrisguitarguy/request-id-bundle.AppKernel.config.yml (e.g., disable trust_request_header if security-sensitive).$request->attributes->get('request_id') in your handlers.Ask: Should we pair this with a log aggregation tool (e.g., ELK) to unlock advanced filtering?"*
How can I help you explore Laravel packages today?