You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A span emitted for a 404 route (e.g. /does-not-exist) has the http.route attribute incorrectly set to /, which results in it being grouped & named incorrectly.
This updates naming etc. for express (v5) tests, and makes sure that we
test this in esm & cjs in a basic way.
It also adds test for handling of the root route (`/`) as well as 404,
where current failures are shown (see
#16203).
A span emitted for a 404 route (e.g. /does-not-exist) has the
http.route
attribute incorrectly set to/
, which results in it being grouped & named incorrectly.This needs to be fixed upstream in otel for v4 of express: open-telemetry/opentelemetry-js-contrib#1947
http.route == "/"
if every path matches open-telemetry/opentelemetry-js-contrib#1947The text was updated successfully, but these errors were encountered: