Skip to content

Releases: getsentry/sentry-wizard

3.16.0

10 Oct 09:25
Compare
Choose a tag to compare
  • ref(reactnative): Use clack prompts and share common code (dirty repo, login) (#473)
  • feat(reactnative): Add telemetry (#477)
  • feat(reactnative): Improve build.gradle patch so that it's more likely to work without changes in monorepos (#478)
  • fix(reactnative): Save Sentry URL, Organization and Project to sentry.properties (#479)

3.15.0

29 Sep 17:33
Compare
Choose a tag to compare
  • feat(remix): Support sourcemap uploads of Hydrogen apps (#474)
  • fix(remix): Use captureRemixServerException inside handleError (#466)
  • fix(remix): Fix request arg in handleError template (#469)
  • fix(remix): Update documentation links to the new routes (#470)
  • fix(remix): Instrument existing root ErrorBoundary (#472)

3.14.1

20 Sep 08:02
Compare
Choose a tag to compare

ref(sveltekit): Add log for successful Vite plugin insertion (#465)

3.14.0

19 Sep 11:19
Compare
Choose a tag to compare

feat(nextjs): Add telemetry collection to NextJS wizard (#458)
feat(wizard): Ask for confirmation to continue if git repo is not clean (#462)
fix(remix): Fix Remix version and TS checks (#464)

3.13.0

14 Sep 13:54
Compare
Choose a tag to compare
  • enh(android): Show link to issues page after setup is complete (#448)
  • feat(remix): Pass org, project, url to upload-sourcemaps script (#434)
  • feat(sourcemaps): Automatically enable source maps generation in tsconfig.json (#449)
  • feat(sveltekit): Add telemetry collection (#455)
  • fix(nextjs): Add selfhosted url in next.config.js (#438)
  • fix(nextjs): Create necessary directories in app router (#439)
  • fix(sourcemaps): Write package manager command instead of object to package.json (#453)
  • ref(sveltekit): Check for minimum supported SvelteKit version (#456)

Work in this release contributed by @andreysam. Thank you for your contributions!

3.12.0

12 Sep 12:35
Compare
Choose a tag to compare
  • feat(sourcemaps): Automatically insert Sentry Webpack plugin (#432)
  • fix(android): Add support for unusual import statements (#440)
  • fix(wizard): Sort projects in project-selection step (#441)
  • enh(android): Add more telemetry (#435)

3.11.0

06 Sep 12:43
Compare
Choose a tag to compare
  • feat(android): Add wizard support for Android (#389)

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

npx @sentry/wizard@latest -i android
# or via brew
brew install getsentry/tools/sentry-wizard && sentry-wizard -i android
  • feat(craft): Add brew target for automatically publishing sentry-wizard to
    Sentry's custom Homebrew tap (#406)

You can now install sentry-wizard via Homebrew:

brew update
brew install getsentry/tools/sentry-wizard
  • feat: Add Bun package manager support (#417)
  • feat(apple): Add option to choose between cocoapods when available and SPM (#423)
  • feat(apple): Search App entry point by build files not directories (#420)
  • feat(apple): Use ".sentryclirc" for auth instead of hard coding it (#422)
  • feat(nextjs): Add support for Next.js 13 app router (#385)
  • feat(sourcemaps): Provide exit path if there's no need to upload sourcemaps (#415)
  • fix: Handle no projects available (#412)
  • fix: Remove picocolor usage (#426)
  • fix: Support org auth tokens in old wizards (#409)
  • fix: Treat user-entered DSN as a public DSN (#410)
  • fix(sourcemaps): Enable source map generation when modifying Vite config (#421)

3.10.0

18 Aug 10:56
Compare
Choose a tag to compare
  • feat(remix): Add Remix wizard (#387)

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

npx @sentry/wizard -i remix
  • fix(cordova): Fallback to the default Sentry CLI path if not defined. (#401)

3.9.2

14 Aug 07:31
Compare
Choose a tag to compare
  • fix(sentry-cli-sourcemaps): Fix writing of build command (#398)

3.9.1

04 Aug 18:11
Compare
Choose a tag to compare
  • ref(sourcemaps): Handle no vite config found case (#391)
  • ref(sourcemaps): Improve handling of vite config already having Sentry code (#392)
  • fix(apple): Don't remove other swift packages (#396)