fix(api): stop auditing sentinel metric pushes
This commit is contained in:
parent
0cca267953
commit
5699b78567
1 changed files with 0 additions and 5 deletions
|
|
@ -97,11 +97,6 @@ public function push(Request $request)
|
|||
|
||||
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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue