fix(api): stop auditing sentinel metric pushes

This commit is contained in:
Andras Bacsai
2026-07-07 21:17:29 +02:00
parent 0cca267953
commit 5699b78567
@@ -97,11 +97,6 @@ class SentinelController extends Controller
if ($this->shouldDispatchUpdate($server, $data)) {
PushServerUpdateJob::dispatch($server, $data);
auditLog('sentinel.metrics_pushed', [
'server_uuid' => $server->uuid,
'team_id' => $server->team_id,
]);
}
return response()->json(['message' => 'ok'], 200);