Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ We raised the minimum supported versions of several frameworks and libraries:
- **React:** dropped React 16 (minimum is now 17).
- **Astro:** dropped Astro 3 (minimum is now 4).
- **React Router (framework mode):** minimum is now 7.15.
- **Remix:** dropped `@remix-run/node` v1 (minimum is now v2).
- **Fastify:** dropped Fastify 3.0 through 3.20 (minimum is now 3.21).

### AWS Lambda Layer Changes
Expand Down Expand Up @@ -1666,8 +1665,8 @@ import { withSentryConfig } from '@sentry/nextjs/config';

The no-op `withSentryConfig` passthroughs that the client and edge builds exported were removed along with it.

The following long-deprecated top-level options in `withSentryConfig` / the `sentry` config were removed. Most of them
moved under the `webpack` option in v10; use the replacement listed below instead:
The following top-level options in `withSentryConfig` / the `sentry` config were removed. They were deprecated in
10.30.0, when most of them moved under the `webpack` option; use the replacement listed below instead:

| Removed option | Replacement |
| --------------------------------------- | ----------------------------------------------------------------------- |
Expand Down
Loading