T
TanStack4mo ago
quickest-silver

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
No description
7 Replies
quickest-silver
quickest-silverOP4mo 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?
exotic-emerald
exotic-emerald4mo ago
what would be needed here?
quickest-silver
quickest-silverOP4mo 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
stormy-gold
stormy-gold4mo ago
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...
conscious-sapphire
conscious-sapphire2mo ago
since july they've added support in nitro for splitting routes https://github.com/nitrojs/nitro/pull/3475
GitHub
feat: ssrRoutes by pi0 · Pull Request #3475 · nitrojs/nitro
Related to #3474 This PR adds an agnostic config for frameworks like Nuxt to declare their SSR routes, usable to integrate with platform observability to split routes. The expected pattern is same ...
conscious-sapphire
conscious-sapphire2mo ago
conscious-sapphire
conscious-sapphire2mo ago
@brooke not sure if this can also be used for my case, where I wanna have each server route split as a server function

Did you find this page helpful?