Skip to content

Releases: getsentry/sentry-wizard

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)

3.35.0

27 Nov 12:52
Compare
Choose a tag to compare
  • feat: Pin JS SDK versions to v8 (#712)
  • Remove enableTracing for Cocoa (#715)
  • feat(nuxt): Add nuxt wizard (#719)

Set up the Sentry Nuxt SDK in your app with one command:

npx @sentry/wizard@latest -i nuxt

3.34.4

04 Nov 08:49
Compare
Choose a tag to compare
  • chore(deps): Update various dependencies (#701, #700, #224)

3.34.3

30 Oct 16:48
Compare
Choose a tag to compare
  • fix(Apple): Sentry-cli not found by build phase when installed with homebrew (#691)
  • feat(nextjs): Create next.config.mjs when package.json has type: "module" (#699)