-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GET /trpc/:path for every tRPC procedure #15407
Comments
Now that I'm looking closer at the traces, this is likely happening because we batch our requests. Still, it'd be nice to see the batched URL. |
Hi @divmgl thanks for writing in! just to confirm: are you using our TRCP middleware? Also cc @lforst, you probably have more context with TRPC |
It seems to me like you can already successfully do so. Is the search field with a query like |
This issue has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you remove the label "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/node
SDK Version
8.54.0
Framework Version
@trpc/server@10.45.2
Link to Sentry event
https://permitflow.sentry.io/traces/?project=4504595707396096&statsPeriod=1h
Reproduction Example/SDK Setup
Steps to Reproduce
Add to a Fastify/tRPC instance.
Expected Result
We can see the procedure names.
Actual Result
GET /trpc/:path
The text was updated successfully, but these errors were encountered: