Uh oh!
There was an error while loading. Please reload this page.
fix(v9/nuxt): Do not drop parametrized routes (#17357) - #17359
Conversation
I just found out Nuxt is dropping spans for catch-all routes. related to #16843 (as we have parametrized routes since then)
Lms24
left a comment
There was a problem hiding this comment.
Ah I see, this is because .*)* in routes would test positive for path.extname? I wonder if we can make the file name check more robust instead. Not sure if the regex works well enough. Like for example check that it only contains alphanumeric values? Not sure if this is any better though, so happy to go with this as well for now.
s1gr1d
commented
Aug 8, 2025
Yes exactly! theoretically, it would be also possible to put the regex just on the |
Uh oh!
There was an error while loading. Please reload this page.
I just found out Nuxt is dropping spans for catch-all routes.
related to #16843 (as we have parametrized routes since then)
backport of #17357