8p / EightPointsGuzzleBundle

⛽️ Integrates Guzzle 6.x, a PHP HTTP Client, into Symfony
MIT License
440 stars 71 forks source link

Feature request: more information in the PostTransactionEvent #320

Open dbu opened 2 years ago

dbu commented 2 years ago

It would be useful to have the PostTransactionEvent provide the request as well. and the exception if there was one.

that way, i would be able to correlate request with the response or error.