Skip to content

Releases: LordSimal/cakephp-sentry

3.0.0-RC Release

19 Nov 15:59
Compare
Choose a tag to compare
3.0.0-RC Release Pre-release
Pre-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 to CakeSentryQueryMiddleware
  • 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

23 Oct 12:47
e0cdad5
Compare
Choose a tag to compare

fix CakePHP 4.5 issues

Full Changelog: 1.0.4...1.0.5

2.0.0 Release

10 Sep 07:57
Compare
Choose a tag to compare

CakePHP 5.0 compatible release

Full Changelog: 1.0.4...2.0.0

1.0.4 Release

14 Mar 15:50
e5aab8a
Compare
Choose a tag to compare

What's Changed

  • Reproduce and fix Argument 2 passed to Sentry\FrameBuilder::buildFrom… by @samuelszabo in #2

New Contributors

Full Changelog: 1.0.3...1.0.4

1.0.3 Release

18 Feb 14:01
Compare
Choose a tag to compare
  • 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

27 Oct 15:02
Compare
Choose a tag to compare

Full Changelog: 1.0.1...1.0.2

  • Remove flash message when no DSN is set

1.0.1 Release

26 Oct 07:34
Compare
Choose a tag to compare

Full Changelog: 1.0...1.0.1

  • Do not throw exception if no DSN is set

1.0 Release

26 Oct 07:19
Compare
Choose a tag to compare

Full Changelog: 0.2.1...1.0

  • Renamed Plugin.php to CakeSentryPlugin.php
  • Enabled Code coverage

0.2.1 Release

22 Oct 11:48
Compare
Choose a tag to compare

Full Changelog: 0.2...0.2.1

  • Add CS and stan to Github Actions
  • Remove Prophecy Test library

0.2 Release

21 Oct 19:43
Compare
Choose a tag to compare

Full Changelog: 0.1...0.2

  • Added feature to log queries inside sentry events