Skip to content

Commit 34e289e

Browse files
committed
Add removal entry in v8-to-v9 migration guide
1 parent 456690f commit 34e289e

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
@@ -108,6 +108,12 @@ It will be removed in a future major version.
108108

109109
### `@sentry/nestjs`
110110

111+
- Removed `SentryService`.
112+
If you are using `@sentry/nestjs` you can safely remove any references to the `SentryService`.
113+
If you are using another package migrate to `@sentry/nestjs` and remove the `SentryService` afterwards.
114+
115+
### `@sentry/nestjs`
116+
111117
- Removed `SentryService`.
112118
If you are using `@sentry/nestjs` you can safely remove any references to the `SentryService`.
113119
If you are using another package migrate to `@sentry/nestjs` and remove the `SentryService` afterwards.

0 commit comments

Comments
 (0)