Skip to content
Snippets Groups Projects
Verified Commit 975cfbd3 authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

feat: filter logged requests to exclude entries with user IDs

parent 439f1df7
No related branches found
No related tags found
No related merge requests found
Pipeline #1045 passed
......@@ -34,6 +34,7 @@ public function index(): View
})
->where('user_agent_metadata.is_bot', false)
->where('status_code', 200)
->whereNull('logged_requests.user_id')
->get();
$now = now();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment