Skip to content

Commit 55a8659

Browse files
committed
Add removal entries to v8-to-v9.md
1 parent 805cc00 commit 55a8659

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
@@ -99,6 +99,15 @@ TODO
9999
- Removed `SentryService`.
100100
If you are using `@sentry/nestjs` you can safely remove any references to the `SentryService`.
101101
If you are using another package migrate to `@sentry/nestjs` and remove the `SentryService` afterwards.
102+
- Removed `SentryTracingInterceptor`.
103+
If you are using `@sentry/nestjs` you can safely remove any references to the `SentryTracingInterceptor`.
104+
If you are using another package migrate to `@sentry/nestjs` and remove the `SentryTracingInterceptor` afterwards.
105+
- Removed `SentryGlobalGenericFilter`.
106+
Use the `SentryGlobalFilter` instead.
107+
The `SentryGlobalFilter` is a drop-in replacement.
108+
- Removed `SentryGlobalGraphQLFilter`.
109+
Use the `SentryGlobalFilter` instead.
110+
The `SentryGlobalFilter` is a drop-in replacement.
102111

103112
## 5. Build Changes
104113

0 commit comments

Comments
 (0)