sentry-javascript icon indicating copy to clipboard operation
sentry-javascript copied to clipboard

chore: Bump repo node version to `20.19.2`

Open Lms24 opened this issue 7 months ago • 0 comments

This breaks the React Router e2e test, most likely because Node 20.19.0 enables require(esm) by default and this somehow messes up our React Router instrumentation that patches createRequestHandler.

This is very likely the same issue that was reported in https://github.com/getsentry/sentry-javascript/issues/16327

We need to bump to 20.19.x though to get Angular 20 e2e tests working (see #16364)

TODO: Remove Angular special treatment from CI (build and canary)

Lms24 avatar May 23 '25 14:05 Lms24