Skip to content

Commit 0c1c67b

Browse files
committed
Add removal entry in v8-to-v9 migration guide
1 parent 4ba17c7 commit 0c1c67b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/migration/v8-to-v9.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,12 @@ It will be removed in a future major version.
9494

9595
TODO
9696

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+
97103
## 5. Build Changes
98104

99105
Previously the CJS versions of the SDK code (wrongfully) contained compatibility statements for default exports in ESM:

0 commit comments

Comments
 (0)