mirror of
https://github.com/beestat/app.git
synced 2025-06-04 14:17:37 -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 &&
|
$reportable === true &&
|
||||||
$setting->get('sentry_key') !== null &&
|
$setting->get('sentry_key') !== null &&
|
||||||
$setting->get('sentry_project_id') !== null &&
|
$setting->get('sentry_project_id') !== null &&
|
||||||
$api_user_id === 1 &&
|
$api_user_id === 1
|
||||||
false // Temporarily disabling; over rate limit anyways
|
|
||||||
) {
|
) {
|
||||||
$data = [
|
$data = [
|
||||||
'event_id' => str_replace('-', '', exec('uuidgen -r')),
|
'event_id' => str_replace('-', '', exec('uuidgen -r')),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user