We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9189c61 commit 8e8b5a5Copy full SHA for 8e8b5a5
docs/migration/v8-to-v9.md
@@ -106,6 +106,10 @@ It will be removed in a future major version.
106
107
- The `getNumberOfUrlSegments` method has been removed. There are no replacements.
108
109
+### `@sentry/nestjs`
110
+
111
+- The `WithSentry` decorator has been removed. Use `SentryExceptionCaptured` instead.
112
113
## 5. Build Changes
114
115
Previously the CJS versions of the SDK code (wrongfully) contained compatibility statements for default exports in ESM:
0 commit comments