Closed
Description
Description
Description
ref #16236 (comment)
When upgrading CI to account for Node 24, the Remix Node 24 Integration Tests fail: https://github.com/getsentry/sentry-javascript/actions/runs/14913821156/job/41895096659?pr=16236
SyntaxError: The requested module '@sentry/core' does not provide an export named 'Event'
SyntaxError: The requested module '@sentry/core' does not provide an export named 'Event'
SyntaxError: The requested module '@sentry/core' does not provide an export named 'Event'
SyntaxError: The requested module '@sentry/core' does not provide an export named 'Event'
SyntaxError: The requested module '@sentry/core' does not provide an export named 'Event'
SyntaxError: The requested module '@sentry/core' does not provide an export named 'Event'
SyntaxError: The requested module '@sentry/core' does not provide an export named 'Event'
SyntaxError: The requested module '@playwright/test' does not provide an export named 'Page'
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
ERROR: "test:integration:client:ci" exited with 1.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
We need to fix this and re-enable remix node 24 integration tests:
sentry-javascript/.github/workflows/build.yml
Line 763 in 5dd37a6