Skip to content

Releases: getsentry/sentry-wizard

6.9.0

05 Dec 12:20

Choose a tag to compare

Features

  • Remove deprecated sourceMapsUploadOptions (#1132)
  • Add deletion glob to delete sourcemaps (#1134)

Docs

  • Fix typo in release action name (#1136)

6.8.1

03 Dec 12:27

Choose a tag to compare

Fixes

  • Change fastlane injection to sentry_debug_files_upload instead of sentry_cli (#1125)
  • Ensure example page works on Svelte 4 and 5 (#1129)

6.8.0

27 Nov 10:48

Choose a tag to compare

Features

  • feat(pnpm): Allow pnpm catalog in the package.json (#1117)

6.7.0

24 Nov 10:27

Choose a tag to compare

Features

  • feat: Add wizard for react-router framework mode (#1076)

    This release adds a new wizard setup flow for React Router (framework):

    npx @sentry/wizard@latest -i reactRouter
  • feat(nextjs): Add --spotlight support (#1119)

    This release adds a new mode for setting up the Sentry SDK in NextJS for Spotlight.
    When running

    npx @sentry/wizard@latest -i nextjs --spotlight

    the NextJS SDK will be configured to only send its telemetry to Spotlight.
    No Sentry account is required to complete this flow.

6.6.1

10 Nov 17:29

Choose a tag to compare

fix(telemetry): Handle promise rejections during wizard cancellation (#1111)

Work in this release was contributed by @kaanmertkoc. Thank you for your contribution!

6.6.0

14 Oct 15:37

Choose a tag to compare

  • feat(angular): Set sendDefaultPii: true by default (#1057)
  • feat(nextjs): Update turbopack warning (#1089)
  • feat(nextjs): Set sendDefaultPii: true by default (#1052)
  • feat(nuxt): Set sendDefaultPii: true by default (#1060)
  • feat(remix): Set sendDefaultPii: true by default (#1053)
  • feat(sveltekit): Set sendDefaultPii: true by default (#1055)
  • fix(apple): Remove options.debug: true from SDK init snippet (#1096)
  • fix(nextjs): Remove debug: false option from SDK init snippets (#1099)
  • feat(react-native): Updates the bundle script in React Native to match the one from the docs (#1098)

6.5.0

19 Sep 14:01

Choose a tag to compare

  • feat(android): Add Logs step (#1085)
  • feat(react-native): Add Logs step (#1080)
  • fix(react-native): Omits quotes in with-environment.sh parameter script in RN >= 0.81.1 (#1082)

6.4.0

02 Sep 14:08

Choose a tag to compare

  • feat(sveltekit): Add support for SDK setup with instrumentation.server.ts (#1077)

    This release adds support for setting up the SvelteKit SDK in SvelteKit versions 2.31.0 or higher.

6.3.0

19 Aug 09:50

Choose a tag to compare

  • feat(nextjs,remix,sveltekit,react-native,flutter,ios,angular,android,nuxt): add support to add MCP server during wizard based installlations (#1063)

6.2.0

12 Aug 15:08

Choose a tag to compare

  • feat(cocoa): Add structured logs opt-in option (#1051)
  • feat(electron): Show sendDefaultPii: true inside Sentry.init example (#1062)
  • feat(flutter): Add structured logs opt-in #1050 (#1050)
  • fix(nextjs): Prevent double-wrapping of Next.js config (#1058)
  • fix(react-native): Add support for metro.config.cjs files (#1064)
  • fix(remix): Wrap app with withSentry independently from hasSentryContent (#1061)
Internal Changes
  • chore: remove unused deps (@clack/core, rimraf, @types/*) (#1065)
  • chore: remove unused deps (tsx, dotenv, @sentry-internal/sdk) (#1068)

Work in this release was contributed by @outslept. Thank you for your contribution!