hawk.php icon indicating copy to clipboard operation
hawk.php copied to clipboard

PHP Errors catching and monitoring

Results 8 hawk.php issues
Sort by recently updated
recently updated
newest added

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

important

![image](https://user-images.githubusercontent.com/15259299/126984711-600778c8-810c-4d77-b2d5-d88bbfbae220.png) cannot use latest version on php7.1 ![image](https://user-images.githubusercontent.com/15259299/126984787-fdb85372-8634-4c5a-9a50-d4449b55cac0.png)

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