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 34e289e commit b575b0fCopy full SHA for b575b0f
docs/migration/v8-to-v9.md
@@ -114,6 +114,12 @@ It will be removed in a future major version.
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.
120
+
121
+### `@sentry/nestjs`
122
123
- Removed `SentryService`.
124
If you are using `@sentry/nestjs` you can safely remove any references to the `SentryService`.
125
If you are using another package migrate to `@sentry/nestjs` and remove the `SentryService` afterwards.
0 commit comments