Skip to content

Regression in Vite plugin drops Windows ARM64 support #750

@wojtekmaj

Description

@wojtekmaj

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels
No fields configured for issues without a type.

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions