Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(e2e): Ensure sveltekit E2E test work with prereleases
Since @sentry/sveltekit depends on @sentry/vite-plugin, which in turn depens on `@sentry/node@^7.19.0`, this fails to install in E2E tests for pre-release versions (e.g. 7.57.0-beta.0`), as the prerelease does not satisfy the range `^7.19.0`. So we override this to `*` to ensure this works as expected.
- Loading branch information