feat:add otel logging

This commit is contained in:
2026-03-31 16:45:05 +02:00
parent fcb4cf5fb0
commit 655ea1f87e
23 changed files with 1334 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
export { getProjectAccess } from './src/access';
export * from './src/root';
export * from './src/trpc';
export type { IServiceLog } from './src/routers/log';