Kimblis
Sentry integration
Yeah, but the question is how to properly take the input, especially if its a query, is there any convenient ways or should I parse it from the url? Just overall practices are appreciated if someone already implemented this (just cant imagine that nobody did, since error logging is that important)
5 replies
Issue with monorepo architecture ant tRPC
Superjson is added in all services and share the same version. As for @Nick Lucas answer, there would be an additional question- if our backend services needs to communicate between themselves, is creating a trpc client a good path? Because this is what I am doing rn, that's why there are these paths.
42 replies
Issue with monorepo architecture ant tRPC
UPDATE*
If I add
import type {} from 'superjson';
on top of every route then it removes these errors at least on vs code, however if I try to build I still get errors, but then with other packages like fastify, fastify types and etc... 😄 So it's a rabbit hole42 replies