Skip to content

Releases: LordSimal/cakephp-sentry

3.1.0 Release

15 Sep 07:03
Compare
Choose a tag to compare

This release requires CakePHP 5.1 since it leverages the new Server.terminate 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

Full Changelog: 3.0.1...3.1.0

3.0.1 Release

26 Feb 20:45
49373e6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.0...3.0.1

3.0.0 Release

24 Jan 18:53
Compare
Choose a tag to compare

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 to CakeSentryQueryMiddleware
  • 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

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