Skip to content

6.7.0

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 24 Nov 10:27

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.