Skip to content

Releases: getsentry/sentry-wizard

6.12.0

02 Mar 16:40

Choose a tag to compare

Features

  • (cloudflare) Add enableLogs when setting up Cloudflare by @JPeer264 in #1191
  • (react-native) Skip patch native files when expo CNG by @uragirii in #1211
  • (react-router) Add React Router Instrumentation API support by @onurtemizkan in #1209

Bug Fixes

Apple

  • Show deprecation warning for CocoaPods package manager by @itaybre in #1229
  • Prevent duplicate init() in SwiftUI apps with existing initializer by @betegon in #1188

Other

  • (release) Add semver fields to changelog categories by @BYK in #1193
  • Preserve trailing newlines when modifying config files by @andreiborza in #1208

Internal Changes

Agents

Deps

  • Bump devalue from 5.6.2 to 5.6.3 in /e2e-tests/test-applications/cloudflare-wrangler-sourcemaps-test-app by @dependabot in #1228
  • Bump rollup from 4.50.1 to 4.59.0 by @dependabot in #1231
  • Bump rollup from 4.41.0 to 4.59.0 in /e2e-tests/test-applications/cloudflare-wrangler-sourcemaps-test-app by @dependabot in #1230
  • Bump next from 16.0.10 to 16.1.5 in /e2e-tests/test-applications/nextjs-16-test-app by @dependabot in #1206
  • Bump next from 15.5.9 to 15.5.10 in /e2e-tests/test-applications/nextjs-15-test-app by @dependabot in #1224
  • Bump axios from 1.12.0 to 1.13.5 by @dependabot in #1222
  • Bump lodash from 4.17.21 to 4.17.23 by @dependabot in #1204

Release

  • Fix changelog-preview permissions by @BYK in #1205
  • Switch from action-prepare-release to Craft by @BYK in #1186

Other

  • (deps-dev) Bump wrangler from 4.16.0 to 4.59.1 in /e2e-tests/test-applications/cloudflare-wrangler-sourcemaps-test-app by @dependabot in #1203
  • (publish) Clean up changelog by @Lms24 in #1234
  • Add unlabeled trigger to changelog-preview by @BYK in #1189
  • Use pull_request_target for changelog preview by @BYK in #1196

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)