Skip to content

Releases: getsentry/sentry-wizard

6.6.0

14 Oct 15:37
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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!

6.1.2

31 Jul 16:41
Compare
Choose a tag to compare
  • ref(angular,nextjs,nuxt,remix,sveltekit): Install SDK package version @^10 (#1048)

6.1.1

31 Jul 12:48
Compare
Choose a tag to compare
  • fix(apple): Added methods to add and update Sentry build phase script (#1029)
  • ref(angular,nextjs): Install SDK package with version @^9 (#1047)

6.1.0

25 Jul 13:07
Compare
Choose a tag to compare
  • feat(nextjs): Add option to enable logs to be sent to Sentry (#1031)
  • feat(angular): Add option to enable logs to be sent to Sentry (#1036)
  • feat(nuxt): Add option to enable logs to be sent to Sentry (#1040)
  • feat(remix): Add option to enable logs to be sent to Sentry (#1041)
  • feat(sveltekit): Add option to enable logs to be sent to Sentry (#1042)

6.0.0

24 Jul 13:43
Compare
Choose a tag to compare

Breaking Changes

  • remove(remix)!: Drop Remix v1 support (#1013)

5.4.0

16 Jul 10:03
Compare
Choose a tag to compare
  • feat: Introduce run build command and prompts in sourcemaps wizard (#1024)
  • feat: Add a default build path for create-react-app in soucemaps wizard (#1025)