Upgrading @sentry/vite-plugin from v2.22.0 to v2.23.0 (and higher) caused a regression, dropping Windows ARM64 support.
v2.22.0 relied on @sentry/bundler-plugin-core@v2.22.0, which depends on @sentry/cli@^2.22.3
v2.23.0 relies on @sentry/bundler-plugin-core@v2.23.0, which depends on @sentry/cli@2.39.1 (WITHOUT the caret)
This caused @sentry/cli version to be DOWNGRADED when I updated Vite plugin - from v2.42.5 in my case to v2.39.1 (of course). This, in turn, removed Windows ARM64 support, causing my project to crash on install on Windows ARM64 machine.
Upgrading
@sentry/vite-pluginfromv2.22.0tov2.23.0(and higher) caused a regression, dropping Windows ARM64 support.v2.22.0relied on@sentry/bundler-plugin-core@v2.22.0, which depends on@sentry/cli@^2.22.3v2.23.0relies on@sentry/bundler-plugin-core@v2.23.0, which depends on@sentry/cli@2.39.1(WITHOUT the caret)This caused
@sentry/cliversion to be DOWNGRADED when I updated Vite plugin - fromv2.42.5in my case tov2.39.1(of course). This, in turn, removed Windows ARM64 support, causing my project to crash on install on Windows ARM64 machine.