t
tRPC
t
tRPC
Error Tracing
Original message was deleted
tRPC
Join
Move Fast & Break Nothing. End-to-end typesafe APIs made easy.
5,111
Members
View on Discord
N
Nick
•
3/22/23, 8:57 PM
I believe Sentry are working on an official Sentry impl for tRPC
N
Nick
•
3/22/23, 8:57 PM
Might be one to feed back to them
N
Nick
•
3/22/23, 8:57 PM
Not sure about this specific case though
, I haven
't done it
N
Nick
•
3/22/23, 8:58 PM
https://github.com/getsentry/sentry-javascript/pull/7511
GitHub
feat(node): Add Sentry tRPC middleware by lforst · Pull Request #75...
This PR adds tRPC support
.
Why
? tRPC usually requires you to define a particular route of your http server to handle RPC requests
. If not instrumented
, these requests will show up in the performanc
.
.
.