Skip to content

Commit 0ae6097

Browse files
committed
Add removal entries to v8-to-v9.md
1 parent e195e46 commit 0ae6097

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/migration/v8-to-v9.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,15 @@ It will be removed in a future major version.
123123
- Removed `SentryService`.
124124
If you are using `@sentry/nestjs` you can safely remove any references to the `SentryService`.
125125
If you are using another package migrate to `@sentry/nestjs` and remove the `SentryService` afterwards.
126+
- Removed `SentryTracingInterceptor`.
127+
If you are using `@sentry/nestjs` you can safely remove any references to the `SentryTracingInterceptor`.
128+
If you are using another package migrate to `@sentry/nestjs` and remove the `SentryTracingInterceptor` afterwards.
129+
- Removed `SentryGlobalGenericFilter`.
130+
Use the `SentryGlobalFilter` instead.
131+
The `SentryGlobalFilter` is a drop-in replacement.
132+
- Removed `SentryGlobalGraphQLFilter`.
133+
Use the `SentryGlobalFilter` instead.
134+
The `SentryGlobalFilter` is a drop-in replacement.
126135

127136
## 5. Build Changes
128137

0 commit comments

Comments
 (0)