Releases: getsentry/sentry-wizard
4.0.1
4.0.0
This release of the Sentry Wizard includes breaking changes. Primarily, going forward, the wizard is now only compatible with Node versions 18.20.6
or newer. Using the wizard on older Node version might work but you'll likely experience pacakge manager warnings. Please note that we no longer offer support for running the wizard on Node versions older than 18.20.6
.
In other news, we now build standalone binaries for the wizard, so that it can be used without a Node (or related JS) runtime.
For now, you'll find these binaries as artifacts on the GitHub Releases Page.
Related, this release also includes a variety of cleanup to ship less dependencies when using the wizard.
If you import APIs from the @sentry/wizard
package, no publicly exported API was changed.
Breaking Changes:
- ref!: Bump main Node.js version to the earliest LTS v18 (#793)
- ref!: Follow up to Node v18 changes (#797)
Other changes:
- ref: Remove obsolete deps (r2, lodash) (#799)
- ref: No more dynamic requires (#801)
- ref: Remove @sentry/cli as a dependency (#802)
- fix: Fix broken legacy wizard (#811)
- feat: Add self-contained binary artifacts (#806)
- fix: Add fallback from parsing project package path candidates (#814)
- fix: Refactor the wizard version lookup to handle gracefully (#816)
3.42.1
3.42.0
3.41.0
3.40.0
3.39.0
3.38.0
- feat(react-native): Add minimum supported Sentry React Native SDK version detection (>=5.0.0) (#752)
- fix(deps): Bump to
[email protected]
to resolve deprecated dependency warning (#753) - fix(react-native): Replaces the deprecated enableSpotlight option with spotlight (#750)