Skip to content

Commit b575b0f

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

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

115115
### `@sentry/nestjs`
116116

117+
- Removed `SentryService`.
118+
If you are using `@sentry/nestjs` you can safely remove any references to the `SentryService`.
119+
If you are using another package migrate to `@sentry/nestjs` and remove the `SentryService` afterwards.
120+
121+
### `@sentry/nestjs`
122+
117123
- Removed `SentryService`.
118124
If you are using `@sentry/nestjs` you can safely remove any references to the `SentryService`.
119125
If you are using another package migrate to `@sentry/nestjs` and remove the `SentryService` afterwards.

0 commit comments

Comments
 (0)