Sentry is no longer here.
This commit is contained in:
parent
7d83bfbbe5
commit
971e76d93b
1 changed files with 0 additions and 2 deletions
|
@ -4,8 +4,6 @@ namespace Satori;
|
||||||
require_once __DIR__ . '/../satori.php';
|
require_once __DIR__ . '/../satori.php';
|
||||||
|
|
||||||
set_exception_handler(function(\Throwable $ex) {
|
set_exception_handler(function(\Throwable $ex) {
|
||||||
\Sentry\captureException($ex);
|
|
||||||
|
|
||||||
http_response_code(500);
|
http_response_code(500);
|
||||||
ob_clean();
|
ob_clean();
|
||||||
|
|
||||||
|
|
Reference in a new issue