-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Route aware Observability on Vercel #31721
Copy link
Copy link
Open
Description
Describe the feature
Vercel Observability only shows /__nitro for everything where a function was invoked which is not very good to debug.
We could use symlinks that all point the same nitro func so that Vercel Observability can pick those up as route.
We did a similar thing with SvelteKit build output https://github.com/sveltejs/kit/pull/13679/files
Any thoughts on this?
Additional information
- Would you be willing to help implement this feature?
- Could this feature be implemented as a module?
Final checks
- Read the contribution guide.
- Check existing discussions and issues.
Reactions are currently unavailable