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)