We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
404 routes should not have a 'http.route': '/' attribute, but instead no route attribute.
'http.route': '/'
The text was updated successfully, but these errors were encountered:
fix(node): Fix 404 route handling in express 5 (#16211)
e0c0d9d
Closes #16210
This issue was referenced by PR #16211, which was included in the 9.16.0 release.
Sorry, something went wrong.
mydea
Successfully merging a pull request may close this issue.
Description
404 routes should not have a
'http.route': '/'
attribute, but instead no route attribute.The text was updated successfully, but these errors were encountered: