Skip to content

6.10.0

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 15 Dec 16:57
  • 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)