1
0
mirror of https://github.com/beestat/app.git synced 2025-05-24 02:14:03 -04:00

Turning Sentry back on for the API

This commit is contained in:
Jon Ziebell 2020-06-23 06:58:32 -04:00
parent 65990c05c9
commit 2e2de518e5

View File

@ -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')),