#Better Vercel Observability
8 messages · Page 1 of 1 (latest)
CC Kind of related to @gleaming minnow message: #1356739237021483229 message
Did you ever make any progress on this DX, brooke?
what would be needed here?
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
This is on the Nitro v3 roadmap: https://github.com/nitrojs/nitro/issues/1158#issuecomment-3097060812
since july they've added support in nitro for splitting routes
Usable for observability, but they also say that framework integrations can use that to specify SSR routes.
https://nitro.build/deploy/providers/vercel#observability
https://github.com/nitrojs/nitro/blob/13841723057ade5c2a1ed1951879b7dbfffa36ea/src/presets/vercel/utils.ts#L93-L108