diff --git a/docs/migration/v8-to-v9.md b/docs/migration/v8-to-v9.md index 783698c7ac76..c8216fe1ac8a 100644 --- a/docs/migration/v8-to-v9.md +++ b/docs/migration/v8-to-v9.md @@ -106,6 +106,10 @@ It will be removed in a future major version. - The `getNumberOfUrlSegments` method has been removed. There are no replacements. +### `@sentry/nestjs` + +- The `WithSentry` decorator has been removed. Use `SentryExceptionCaptured` instead. + ## 5. Build Changes Previously the CJS versions of the SDK code (wrongfully) contained compatibility statements for default exports in ESM: