You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Removal of deprecated API in `@sentry/nextjs`](./MIGRATION.md#removal-of-deprecated-api-in-sentrynextjs)
619
+
-[Updated minimum compatible Next.js version to `13.2.0`](./MIGRATION.md#updated-minimum-compatible-nextjs-version-to-1320)
620
+
-[Merging of the Sentry Webpack Plugin options and SDK Build options](./MIGRATION.md#merging-of-the-sentry-webpack-plugin-options-and-sdk-build-options)
621
+
-[Removal of the `sentry` property in your Next.js options (next.config.js)](./MIGRATION.md#removal-of-the-sentry-property-in-your-nextjs-options-nextconfigjs)
622
+
-[Updated the `@sentry/webpack-plugin` dependency to version 2](./MIGRATION.md#updated-the-sentry-webpack-plugin-dependency-to-version-2)
618
623
619
624
#### Removal of deprecated API in `@sentry/nextjs`
620
625
@@ -767,6 +772,8 @@ hopefully reducing bugs and jank.
767
772
768
773
### Astro SDK
769
774
775
+
-[Removal of `trackHeaders` option for Astro middleware](./MIGRATION.md#removal-of-trackheaders-option-for-astro-middleware)
776
+
770
777
#### Removal of `trackHeaders` option for Astro middleware
771
778
772
779
Instead of opting-in via the middleware config, you can configure if headers should be captured via
We upgraded the `@sentry/vite-plugin` which is a dependency of the SvelteKit SDK from version 0.x to 2.x. With this
@@ -858,6 +867,15 @@ sentrySvelteKit({
858
867
Important: we DO NOT guarantee stability of `unstable_sentryVitePluginOptions`. They can be removed or updated at any
859
868
time, including breaking changes within the same major version of the SDK.
860
869
870
+
### AWS Serverless SDK
871
+
872
+
-[Removal of `rethrowAfterCapture` option](./MIGRATION.md#removal-of-rethrowaftercapture-option)
873
+
874
+
#### Removal of `rethrowAfterCapture` option
875
+
876
+
In `v6.17.2` the `rethrowAfterCapture` option to `wrapHandler` was deprecated. In `v8` it has been removed. There is no
877
+
replacement API.
878
+
861
879
## 5. Behaviour Changes
862
880
863
881
-[Updated behaviour of `tracePropagationTargets` in the browser](./MIGRATION.md#updated-behaviour-of-tracepropagationtargets-in-the-browser-http-tracing-headers--cors)
0 commit comments