Releases: LordSimal/cakephp-sentry
3.1.1
What's Changed
- add PHP 8.4 to CI by @LordSimal in #23
- update stan by @LordSimal in #25
Full Changelog: 3.1.0...3.1.1
3.0.2
What's Changed
- add terminate event support by @LordSimal in #15
- add PHP 8.4 to CI by @LordSimal in #23
- update stan by @LordSimal in #25
Full Changelog: 3.0.1...3.0.2
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
3.0.1 Release
What's Changed
- Bump codecov/codecov-action from 3 to 4 by @dependabot in #9
- 3.x fixes by @dereuromark in #10
- Fix up CS config. by @dereuromark in #12
New Contributors
- @dereuromark made their first contribution in #10
Full Changelog: 3.0.0...3.0.1
3.0.0 Release
There are a few major changes from 2.0 to 3.0
- The Sentry PHP SDK has been upgraded from ^3.3 to ^4.0
CakeSentryMiddleware
has been renamed toCakeSentryQueryMiddleware
- Properties are not prefixed
_
any more - The
CakeSentryPerformanceMiddleware
has been added to add support for the Performance Monitoring Feature. See the Readme.md of the 3.x branch on how to use it
Full Changelog: 2.0.0...3.0.0
3.0.0-RC Release
There are a few major changes from 2.0 to 3.0
- The Sentry PHP SDK was upgraded from ^3.3 to ^4.0
CakeSentryMiddleware
has been renamed toCakeSentryQueryMiddleware
- Properties are not prefixed
_
any more - The
CakeSentryPerformanceMiddleware
has been added to add support for the Performance Monitoring Feature
Full Changelog: 2.0.0...3.0.0-RC
1.0.5 Release
fix CakePHP 4.5 issues
Full Changelog: 1.0.4...1.0.5
2.0.0 Release
CakePHP 5.0 compatible release
Full Changelog: 1.0.4...2.0.0
1.0.4 Release
What's Changed
- Reproduce and fix Argument 2 passed to Sentry\FrameBuilder::buildFrom… by @samuelszabo in #2
New Contributors
- @samuelszabo made their first contribution in #2
Full Changelog: 1.0.3...1.0.4
1.0.3 Release
- Added a proper stacktrace to PHP warnings and notices which are handled via
captureError()
Full Changelog: 1.0.2...1.0.3