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
feat(instrumentation-express): add support for Express v5, take 2
This PR starts with @timfish's open-telemetry#2437 (Tim did all the hard work) and
makes it a smaller patch -- mostly by avoiding having separate
test/v4 and test/v5 trees.
Now that we are on JS SDK v2 and hence only support Node.js v18 as
a minimum (the same as express@5) the testing story is now simpler:
no need to avoid running some tests with older Node.js versions.
(See open-telemetry#2722 for a general discussion of the pain when having to do that.)
Obsoletes: open-telemetry#2437Closes: open-telemetry#2435
0 commit comments