Files
stats/packages/trpc/index.ts
zias eefbeac7f8 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>
2026-03-30 12:08:39 +02:00

5 lines
159 B
TypeScript

export * from './src/root';
export * from './src/trpc';
export { getProjectAccess } from './src/access';
export type { IServiceLog } from './src/routers/log';