8000 fix(nuxt): Parametrize routes on the server-side by s1gr1d · Pull Request #16785 · getsentry/sentry-javascript · GitHub
[go: up one dir, main page]

Skip to content

fix(nuxt): Parametrize routes on the server-side #16785

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

s1gr1d
Copy link
Member
@s1gr1d s1gr1d commented Jul 1, 2025

Adds route parametrization for production builds.

closes #16684

@s1gr1d
Copy link
Member Author
s1gr1d commented Jul 2, 2025

image

The E2E tests are failing because the parametrized transaction name is /** when loading a parametrized page URL. But when calling an API route, it's keeping the full URL like this: /api/test-param/:param.

Trying to find a way to keep the URLs for the page requests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement parametrized routes for Nuxt server
1 participant
0