jgoux
tRPC and OpenTelemetry
The guide about OTEL and Prisma is awesome btw https://www.prisma.io/docs/concepts/components/prisma-client/opentelemetry-tracing
8 replies
Am I the only one struggling with pnpm + TypeScript monorepo + trpc?
I can solve this one 👆 (type sharing between internal packages) by altering the
paths
of the package exporting the types, I have to make it point to the other package's real location:
but that's just a hack and I hate it 😂24 replies