-
-
Notifications
You must be signed in to change notification settings - Fork 806
Route aware Observability on Vercel #3291
Copy link
Copy link
Closed
Description
Describe the feature
Transferred from nuxt/nuxt#31721
Vercel Observability only shows
/__nitrofor 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 asroute.
We did a similar thing with SvelteKit build output https://github.com/sveltejs/kit/pull/13679/files
Additional information
- Would you be willing to help implement this feature?
Reactions are currently unavailable