feat: add logs UI — tRPC router, page, and sidebar nav
- logRouter with list (infinite query, cursor-based) and severityCounts procedures - /logs route page: severity filter chips with counts, search input, expandable log rows - Log detail expansion shows attributes, resource, trace context, device/location - Sidebar "Logs" link with ScrollText icon between Events and Sessions Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
export * from './src/root';
|
||||
export * from './src/trpc';
|
||||
export { getProjectAccess } from './src/access';
|
||||
export type { IServiceLog } from './src/routers/log';
|
||||
|
||||
Reference in New Issue
Block a user