Better Vercel Observability
Is it possible to get better vercel observability?
Im not sure if this is a TanStack Start, Nitro, or Vercel issue,
But im having a hard time to know how/where to optimise since all the requests just get bundled up on the vercel dashboard as
__nitro

4 Replies
extended-salmonOP•4w ago
CC Kind of related to @brooke message: https://discord.com/channels/719702312431386674/1356739237021483229/1356756813638533150
Did you ever make any progress on this DX, brooke?
genetic-orange•4w ago
what would be needed here?
extended-salmonOP•4w ago
I would except to see actual routes displayed, but I don’t know how or at what point of the tooling this would need to be done
Like is it a Vercel/Nitro configuration so it shows individual routes?
I though each of my server functions would appear individually
absent-sapphire•3w ago
This is on the Nitro v3 roadmap: https://github.com/nitrojs/nitro/issues/1158#issuecomment-3097060812
GitHub
Multi target builds · Issue #1158 · nitrojs/nitro
Normally each nitro build is against one specific deployment preset and consistent with the development environment. Sometimes it is desired that the same codebase be splitted across different depl...