Skip to content

Remix integration tests do not work in Node 24 #16239

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
AbhiPrasad opened this issue May 8, 2025 · 1 comment · Fixed by #16241
Closed

Remix integration tests do not work in Node 24 #16239

AbhiPrasad opened this issue May 8, 2025 · 1 comment · Fixed by #16241
Assignees

Comments

@AbhiPrasad
Copy link
Member

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:

@AbhiPrasad
Copy link
Member Author

@onurtemizkan could you help take a look?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants