Skip to content

Releases: LordSimal/cakephp-sentry

1.1.0

04 Apr 10:27
Compare
Choose a tag to compare

Add support for sentry/sdk v4 (#35)

Full Changelog: 1.0.5...1.1.0

3.3.0

31 Mar 18:08
Compare
Choose a tag to compare

What's Changed

Added PHPUnit 12 Support and fixed CS according to newest CakePHP CodeSniffer Standard

Full Changelog: 3.2.0...3.3.0

3.2.0

11 Jan 10:47
Compare
Choose a tag to compare

What's Changed

ℹ️ This Version requires CakePHP >= 5.1

Full Changelog: 3.1.3...3.2.0

3.1.3

31 Dec 19:24
Compare
Choose a tag to compare

What's Changed

  • fix: Return early when elastic search provides no query object by @Liamb17 in #32

Full Changelog: 3.1.2...3.1.3

3.1.2

29 Dec 12:08
707eb00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.1.1...3.1.2

3.1.1

17 Nov 09:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.0...3.1.1

3.0.2

17 Nov 09:27
7fbe98a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.1...3.0.2

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 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

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