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 (#2801)
This PR starts with @timfish's #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.
Obsoletes: #2437Closes: #2435
Co-authored-by: Tim Fish <[email protected]>
Co-authored-by: Marc Pichler <[email protected]>
0 commit comments