8000 test(nuxt): Add test for distributed server request by s1gr1d · Pull Request #16788 · getsentry/sentry-javascript · GitHub
[go: up one dir, main page]

Skip to content

test(nuxt): Add test for distributed server request #16788

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 3 commits into
base: develop
Choose a base branch
from

Conversation

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

While working on route parametrization, it came up in this PR that there are different transactions/spans which should be parametrized:

  • pageload transaction -> it's already parametrized because of the vueIntegration
  • SSR http.server transaction -> not parametrized
  • http.client span when doing an extra server request -> not parametrized
  • http.server span when doing an extra server request -> not parametrized

This test is added to have a visualization of the current state of parametrization to be able to iterate on it.

cursor[bot]

This comment was marked as outdated.

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.

1 participant
0