thomasreichmann / upload-thomasar

Simple upload application for sharing files
https://upload-thomasar.vercel.app
0 stars 0 forks source link

Add better logging during development for identifying the callers of endpoints #22

Open thomasreichmann opened 1 month ago

thomasreichmann commented 1 month ago

Add info to the requests so that we can log exactly where in the code the request was made ie: [TRPC] file.get called from at async Settings (webpack-internal:///(rsc)/./src/app/_components/settings/index.tsx:18:18) took 301ms to execute

This would need to be done for client and server side calls