- 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>
5 lines
159 B
TypeScript
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';
|