diff --git a/public/index.php b/public/index.php index 23af9ad..60af270 100644 --- a/public/index.php +++ b/public/index.php @@ -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();