3.1.0 Release
This release requires CakePHP 5.1 since it leverages the new Server.terminate
event to send the transaction to sentry AFTER the response has been sent to the client.
This means your users don't have to wait till the transaction has been recieved by sentry to actually get your desired response.
ℹ️ This ONLY works if your PHP is executed via PHP-FPM
What's Changed
- add terminate event support by @LordSimal in #15
- add HTTP Client tracing by @LordSimal in #18
Full Changelog: 3.0.1...3.1.0