hawk.php
hawk.php copied to clipboard
PHP Errors catching and monitoring
Hi, tried to use it with Laravel. Installed via Composer and added the readme code to the report function if the exception handler but `Uncaught Error: Class "Hawk\Catcher" not found...
Hello, I'm getting an error when using this package. Currently, I'm using Laravel 8 and PHP 7.4 Here's my snippet code ```php try { Catcher::get() ->sendException($exception, ['version' => config('amf.version'), 'env'...
Warning: The magic method Hawk\HawkCatcher::__sleep() must have public visibility in vendor\codex-team\hawk.php\src\Hawk.php on line 313 Warning: The magic method Hawk\HawkCatcher::__wakeup() must have public visibility in vendor\codex-team\hawk.php\src\Hawk.php on line 314 Deprecated: ErrorException::__construct():...
- [ ] Pass Monolog Context from Osnova - [ ] Enable Slack Notifications
PHP Catcher sends fields that are not described in Hawk Event format, for example `object`, `class`, `type`. Besides, there is object keys (see screenshot) with dot in name (`amq.ctag-wMJP1rjHYsg27qaytsX-eg`) which...
 cannot use latest version on php7.1 
Edits: - Added `Hawk\Transport\GuzzleTransport` client - `Hawk\Transport\TransportInterface` transform to `Hawk\Transport` class - repeating parameters `url` and `timeout` from child classes - required parent class with factory init function - Added...