Skip to content

Releases: getsentry/sentry-wizard

6.11.0

09 Jan 10:26
6a0a2be

Choose a tag to compare

New Features

Cloudflare

Mcp

Bug Fixes

  • (next) Remove Turbopack outro warning by @logaretm in #1173
  • (react-router) Avoid force-running npx react-router reveal by @Lms24 in #1181

6.10.0

15 Dec 16:57

Choose a tag to compare

  • chore(deps): Upgrade @sentry/node from v7 to v10.29.0 (#1126)

    This is an internal dependency upgrade. The telemetry module now uses the v10 Scope-based APIs
    instead of the deprecated v7 Hub/NodeClient APIs. The public withTelemetry and traceStep
    APIs remain unchanged.

  • fix(nextjs): update Next.js template with webpack options (#1143)

    This fixes the Next.js config template using the old top-level webpack options. This change moves them to the new webpack namespace option.

  • Pin install version of @sentry/cli to ^2 (#1144)

Features

  • feat(nextjs): Add Sentry.logger examples to example pages when logs feature is enabled (#1127)

  • feat(nextjs): Add Biome support and fix linting issues in generated code (#1128)

    • The Next.js wizard now detects if Biome is installed and offers to run biome check --write on generated files
    • Fixed generated code templates to pass Biome and ESLint checks:
      • Removed unreachable code in API route template
      • Added lang="en" attribute to <html> in global-error template
      • Fixed import order (Sentry first) in example page template
      • Added role="img" and aria-label to SVG for accessibility
      • Added rel="noopener" to target="_blank" links for security
      • Standardized double quotes in instrumentation templates

Fixes

  • Fix leaking absolute paths when creating example page (#1141)

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.