fix(nextjs): fix createRouteManifest with basePath#17838
Merged
chargome merged 7 commits intogetsentry:developfrom Oct 13, 2025
Merged
Conversation
3 tasks
Member
|
Looks good already, would you mind also reflecting this in one of the e2e-tests ( |
Contributor
Author
If I apply a basePath to the existing E2E test application, it seems that all transaction assertions and URL paths in the test code would need to include the basePath prefix. Could you provide some guidance on whether it would be better to add tests directly to the existing app, or to create a separate app with basePath enabled for testing purposes? |
Member
|
We can move this into a new next-15-basepath test. Feel free to ping me if I should take this over! |
Contributor
Author
USDTASTRC555
approved these changes
Oct 13, 2025
USDTASTRC555
approved these changes
Oct 13, 2025
chargome
approved these changes
Oct 13, 2025
chargome
added a commit
that referenced
this pull request
Oct 13, 2025
This PR adds the external contributor to the CHANGELOG.md file, so that they are credited for their contribution. See #17838 Co-authored-by: chargome <20254395+chargome@users.noreply.github.com>
andreiborza
pushed a commit
to thedanchez/sentry-javascript
that referenced
this pull request
Oct 15, 2025
fix getsentry#17837 add basePath prefix to createRouteManifest closes getsentry#17837 --------- Co-authored-by: Charly Gomez <charly.gomez@sentry.io>
andreiborza
pushed a commit
to thedanchez/sentry-javascript
that referenced
this pull request
Oct 15, 2025
This PR adds the external contributor to the CHANGELOG.md file, so that they are credited for their contribution. See getsentry#17838 Co-authored-by: chargome <20254395+chargome@users.noreply.github.com>
This was referenced Oct 15, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix #17837
add basePath prefix to createRouteManifest
closes #17837