Releases: getsentry/sentry-wizard
6.12.0
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
New Features
Cloudflare
- Support wrapping workers main file by @JPeer264 in #1156
- Enable update of the wrangler file by @JPeer264 in #1149
- Add a basic skeleton for cloudflare by @JPeer264 in #1147
Mcp
- Add multi-select support for MCP configuration by @cursor and @KyleTryon in #1153
- Add OpenCode as MCP server provider option by @codyde in #1154
Bug Fixes
6.10.0
-
chore(deps): Upgrade
@sentry/nodefrom 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 publicwithTelemetryandtraceStep
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
webpacknamespace option. -
Pin install version of
@sentry/clito ^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 --writeon 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"andaria-labelto SVG for accessibility - Added
rel="noopener"totarget="_blank"links for security - Standardized double quotes in instrumentation templates
- The Next.js wizard now detects if Biome is installed and offers to run
Fixes
- Fix leaking absolute paths when creating example page (#1141)
6.9.0
6.8.1
6.8.0
6.7.0
Features
-
feat: Add wizard for
react-routerframework 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 runningnpx @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
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
- feat(angular): Set
sendDefaultPii: trueby default (#1057) - feat(nextjs): Update turbopack warning (#1089)
- feat(nextjs): Set
sendDefaultPii: trueby default (#1052) - feat(nuxt): Set
sendDefaultPii: trueby default (#1060) - feat(remix): Set
sendDefaultPii: trueby default (#1053) - feat(sveltekit): Set
sendDefaultPii: trueby default (#1055) - fix(apple): Remove
options.debug: truefrom SDK init snippet (#1096) - fix(nextjs): Remove
debug: falseoption from SDK init snippets (#1099) - feat(react-native): Updates the bundle script in React Native to match the one from the docs (#1098)