Releases: LordSimal/cakephp-sentry
Releases · LordSimal/cakephp-sentry
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
1.0.2 Release
Full Changelog: 1.0.1...1.0.2
- Remove flash message when no DSN is set
1.0.1 Release
Full Changelog: 1.0...1.0.1
- Do not throw exception if no DSN is set
1.0 Release
Full Changelog: 0.2.1...1.0
- Renamed
Plugin.php
toCakeSentryPlugin.php
- Enabled Code coverage
0.2.1 Release
Full Changelog: 0.2...0.2.1
- Add CS and stan to Github Actions
- Remove Prophecy Test library
0.2 Release
Full Changelog: 0.1...0.2
- Added feature to log queries inside sentry events