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:
parent
65990c05c9
commit
2e2de518e5
@ -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')),
|
||||
|
Loading…
x
Reference in New Issue
Block a user