Consolidate Admin Logs Hub

- Implement new unified monitoring hub by adding EdgeFunctionLogs, DatabaseLogs, CorrelatedLogsView, and UnifiedLogSearch components
- Integrate new tabs (edge-functions, database, traces) into ErrorMonitoring and expose TraceViewer route
- Update admin sidebar link to reflect Monitoring hub and extend error modals with log-correlation actions
- Wire up app to include trace viewer route and adjust related components for unified log correlation
This commit is contained in:
gpt-engineer-app[bot]
2025-11-10 14:49:33 +00:00
parent 89338a06ea
commit fce582e6ba
9 changed files with 795 additions and 12 deletions

View File

@@ -49,7 +49,7 @@ export function AdminSidebar() {
icon: ScrollText,
},
{
title: 'Error Monitoring',
title: 'Monitoring & Logs',
url: '/admin/error-monitoring',
icon: AlertTriangle,
},