Skip to content
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

fix(nextjs): Fix serverside transaction names on Windows #9526

Merged
merged 2 commits into from Nov 10, 2023

Conversation

lforst
Copy link
Member

@lforst lforst commented Nov 10, 2023

I'd assume we thought path.posix.normalize() will turn backslashes into forwardslashes. It doesn't so we'll fix that by just replacing them.

Fixes #9525

@HazAT
Copy link
Member

HazAT commented Nov 10, 2023

If it's not a lot of effort, let's add a simple test 😬

@lforst
Copy link
Member Author

lforst commented Nov 10, 2023

@HazAT Started adding a test for windows. Turns out it is a major pita to get working with path and jest. I will try to set up windows CI for our E2E tests.

@lforst lforst merged commit 1d50eef into develop Nov 10, 2023
54 checks passed
@lforst lforst deleted the lforst-fix-windows-api-routes branch November 10, 2023 14:31
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.

Next.js Transaction names have backslashes in names on Windows
4 participants