Skip to content

Releases: getsentry/sentry-wizard

4.0.1

25 Feb 18:03
Compare
Choose a tag to compare
  • fix: Remove bulk from npm (#825])

4.0.0

25 Feb 13:34
Compare
Choose a tag to compare

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

20 Feb 11:00
Compare
Choose a tag to compare
  • fix(nextjs): Remove outdated hideSourceMaps option (#798)

3.42.0

17 Feb 11:17
Compare
Choose a tag to compare
  • feat: Update nextjs, remix, sveltekit and nuxt wizards to install v9 (#794)

3.41.0

14 Feb 12:54
Compare
Choose a tag to compare
  • feat: Add forceInstall option to NPM-based wizards (#791)
  • feat(apple): Add extended whitespace support to AppDelegate detection; add tests for code-tools (#785)
  • fix: Avoid checking for uncommitted files when not in a git repo (#789)
  • fix(apple): Fix null-handling in apple-wizard with typings (#775)

3.40.0

03 Feb 16:49
Compare
Choose a tag to compare
  • feat(flutter): Add Flutter support (#735)

3.39.0

22 Jan 13:37
Compare
Choose a tag to compare
  • Always send platform query param to auth page (#757)
  • fix(nextjs): Mention correct local auth token file during source map generation (#764)

3.38.0

09 Jan 13:36
Compare
Choose a tag to compare
  • 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)

3.37.0

19 Dec 14:50
Compare
Choose a tag to compare
  • feat(nuxt): Add import-in-the-middle install step when using pnpm (#727)
  • fix(nuxt): Remove unused parameter in sentry-example-api template (#734)
  • fix(nuxt): Remove option to downgrade override nitropack (#744)
  • feat(nuxt): Add deployment-platform flow with links to docs (#747)

3.36.0

29 Nov 10:23
Compare
Choose a tag to compare
  • Remove Profiling for Android (#720)
  • Add downgrade path to nitro 2.9.7 (#725)