From 971e76d93ba3fdd8c22cd2f6725a4422f0f84ef9 Mon Sep 17 00:00:00 2001 From: flashwave Date: Tue, 27 Aug 2024 03:24:51 +0000 Subject: [PATCH] Sentry is no longer here. --- public/index.php | 2 -- 1 file changed, 2 deletions(-) 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();