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.
v8-to-v9
1 parent 4ba17c7 commit 0c1c67bCopy full SHA for 0c1c67b
docs/migration/v8-to-v9.md
@@ -94,6 +94,12 @@ It will be removed in a future major version.
94
95
TODO
96
97
+### `@sentry/nestjs`
98
+
99
+- Removed `SentryService`.
100
+ If you are using `@sentry/nestjs` you can safely remove any references to the `SentryService`.
101
+ If you are using another package migrate to `@sentry/nestjs` and remove the `SentryService` afterwards.
102
103
## 5. Build Changes
104
105
Previously the CJS versions of the SDK code (wrongfully) contained compatibility statements for default exports in ESM:
0 commit comments