cakephp-sentry

CakePHP 4.4+/5+ plugin integration for Sentry

MIT License

Downloads
138.2K
Stars
10
Committers
2
cakephp-sentry - 3.1.0 Release

Published by LordSimal about 1 month ago

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: https://github.com/LordSimal/cakephp-sentry/compare/3.0.1...3.1.0

cakephp-sentry - 3.0.1 Release Latest Release

Published by LordSimal 8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/LordSimal/cakephp-sentry/compare/3.0.0...3.0.1

cakephp-sentry - 3.0.0 Release

Published by LordSimal 9 months ago

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: https://github.com/LordSimal/cakephp-sentry/compare/2.0.0...3.0.0

cakephp-sentry - 3.0.0-RC Release

Published by LordSimal 11 months ago

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: https://github.com/LordSimal/cakephp-sentry/compare/2.0.0...3.0.0-RC

cakephp-sentry - 1.0.5 Release

Published by LordSimal about 1 year ago

cakephp-sentry - 2.0.0 Release

Published by LordSimal about 1 year ago

CakePHP 5.0 compatible release

Full Changelog: https://github.com/LordSimal/cakephp-sentry/compare/1.0.4...2.0.0

cakephp-sentry - 1.0.4 Release

Published by LordSimal over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/LordSimal/cakephp-sentry/compare/1.0.3...1.0.4

cakephp-sentry - 1.0.3 Release

Published by LordSimal over 1 year ago

  • Added a proper stacktrace to PHP warnings and notices which are handled via captureError()

Full Changelog: https://github.com/LordSimal/cakephp-sentry/compare/1.0.2...1.0.3

cakephp-sentry - 1.0.2 Release

Published by LordSimal about 2 years ago

Full Changelog: https://github.com/LordSimal/cakephp-sentry/compare/1.0.1...1.0.2

  • Remove flash message when no DSN is set
cakephp-sentry - 1.0.1 Release

Published by LordSimal about 2 years ago

Full Changelog: https://github.com/LordSimal/cakephp-sentry/compare/1.0...1.0.1

  • Do not throw exception if no DSN is set
cakephp-sentry - 1.0 Release

Published by LordSimal about 2 years ago

Full Changelog: https://github.com/LordSimal/cakephp-sentry/compare/0.2.1...1.0

  • Renamed Plugin.php to CakeSentryPlugin.php
  • Enabled Code coverage
cakephp-sentry - 0.2.1 Release

Published by LordSimal about 2 years ago

Full Changelog: https://github.com/LordSimal/cakephp-sentry/compare/0.2...0.2.1

  • Add CS and stan to Github Actions
  • Remove Prophecy Test library
cakephp-sentry - 0.2 Release

Published by LordSimal about 2 years ago

Full Changelog: https://github.com/LordSimal/cakephp-sentry/compare/0.1...0.2

  • Added feature to log queries inside sentry events
cakephp-sentry - 0.1 Release

Published by LordSimal about 2 years ago

Initial release with working exception and error reporting

Package Rankings
Top 22.68% on Packagist.org
Badges
Extracted from project README
codecov
Related Projects