Download the PHP package snakano/cake-sentry without Composer
On this page you can find all versions of the php package snakano/cake-sentry. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package cake-sentry
Cake-Sentry
Cake-Sentry is an error handler plugged on Sentry - docs
Installation
Note if you don't install from composer you will have to manually download the raven component and install it before proceeding to step 2.
-
Install Sentry Plugin into your CakePHP project with composer :
// composer.json // … "require": { // … "snakano/cake-sentry": "*" }, // …
-
Load the cake-sentry Plugin in your bootstrap.php :
-
Configure the error handler in your core.php :
-
Use Sentry as logger :
- include ravenjs and init script in the default layout :
All versions of cake-sentry with dependencies
PHP Build Version
Package Version
The package snakano/cake-sentry contains the following files
Loading the files please wait ....