Sentry is no longer here.

This commit is contained in:
flash 2024-08-27 03:24:51 +00:00
parent 7d83bfbbe5
commit 971e76d93b

View file

@ -4,8 +4,6 @@ namespace Satori;
require_once __DIR__ . '/../satori.php';
set_exception_handler(function(\Throwable $ex) {
\Sentry\captureException($ex);
http_response_code(500);
ob_clean();