Requested by: @andreiborza
Merge target: master
Quick links:
Assign the accepted label to this issue to approve the release.
To retract the release, the person requesting it must leave a comment containing #retract on a line by itself under this issue.
Targets
Checked targets will be skipped (either already published or user-requested skip). Uncheck to retry a target.
📋 Changelog
Breaking Changes
-
feat(js)!: Install SDK version ^11 in the angular, cloudflare, nextjs, nuxt, react-router, remix and sveltekit wizards (#1344)
The wizards now install v11 of the JavaScript SDKs. If a version below v11 is already installed, the wizard prints a link to the v10 to v11 migration guide.
-
ref(nuxt)!: Remove --import guidance and outdated prompts for v11 (#1347)
Other Changes
- feat(nextjs): Import
withSentryConfig from @sentry/nextjs/config and warn on Next.js < 14 (#1346)
- fix(nextjs): Use
connection() instead of force-dynamic in the example API route on Next.js 15+ so it builds with cacheComponents (#1346)
- feat(react-router): Import
sentryReactRouter and sentryOnBuildEnd from @sentry/react-router/vite on SDK v11, use session profiling options, warn on React Router < 7.15 (#1352)
- feat(sveltekit): Import
sentrySvelteKit from @sentry/sveltekit/vite on SDK v11 and write sentryUrl for self-hosted (#1348)
- feat(cloudflare): Write
nodejs_compat instead of nodejs_als to the wrangler config and drop a stale nodejs_als (#1353)
- feat(js): Warn when the wizard runs on a Node.js version that SDK v11 does not support (#1354)
- feat(js): Add shared dataCollection prompt and preset (v11 only) (#1358)
- feat(js): Offer
dataCollection setup step SDK v11 that writes a PII-reducing preset into Sentry.init (#1359)
- fix(sourcemaps): Treat prerelease SDK versions as up to date (#1345)
Requested by: @andreiborza
Merge target: master
Quick links:
Assign the accepted label to this issue to approve the release.
To retract the release, the person requesting it must leave a comment containing
#retracton a line by itself under this issue.Targets
Checked targets will be skipped (either already published or user-requested skip). Uncheck to retry a target.
📋 Changelog
Breaking Changes
feat(js)!: Install SDK version
^11in the angular, cloudflare, nextjs, nuxt, react-router, remix and sveltekit wizards (#1344)The wizards now install v11 of the JavaScript SDKs. If a version below v11 is already installed, the wizard prints a link to the v10 to v11 migration guide.
ref(nuxt)!: Remove
--importguidance and outdated prompts for v11 (#1347)Other Changes
withSentryConfigfrom@sentry/nextjs/configand warn on Next.js < 14 (#1346)connection()instead offorce-dynamicin the example API route on Next.js 15+ so it builds withcacheComponents(#1346)sentryReactRouterandsentryOnBuildEndfrom@sentry/react-router/viteon SDK v11, use session profiling options, warn on React Router < 7.15 (#1352)sentrySvelteKitfrom@sentry/sveltekit/viteon SDK v11 and writesentryUrlfor self-hosted (#1348)nodejs_compatinstead ofnodejs_alsto the wrangler config and drop a stalenodejs_als(#1353)dataCollectionsetup step SDK v11 that writes a PII-reducing preset intoSentry.init(#1359)