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 456690f commit 34e289eCopy full SHA for 34e289e
docs/migration/v8-to-v9.md
@@ -108,6 +108,12 @@ It will be removed in a future major version.
108
109
### `@sentry/nestjs`
110
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
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.
0 commit comments