From 2e2de518e54eb21857bfa877eab269e68d6c2cbb Mon Sep 17 00:00:00 2001 From: Jon Ziebell Date: Tue, 23 Jun 2020 06:58:32 -0400 Subject: [PATCH] Turning Sentry back on for the API --- api/cora/request.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/api/cora/request.php b/api/cora/request.php index a9c3981..662a590 100644 --- a/api/cora/request.php +++ b/api/cora/request.php @@ -506,8 +506,7 @@ final class request { $reportable === true && $setting->get('sentry_key') !== null && $setting->get('sentry_project_id') !== null && - $api_user_id === 1 && - false // Temporarily disabling; over rate limit anyways + $api_user_id === 1 ) { $data = [ 'event_id' => str_replace('-', '', exec('uuidgen -r')),