Releases: getsentry/sentry-wizard
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)