Skip to content

Commit 67a373b

Browse files
committed
Add removal entries to v8-to-v9.md
1 parent d8b90f3 commit 67a373b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/migration/v8-to-v9.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,18 @@ It will be removed in a future major version.
9494

9595
TODO
9696

97+
### `@sentry/nestjs`
98+
99+
- Removed `SentryTracingInterceptor`.
100+
If you are using `@sentry/nestjs` you can safely remove any references to the `SentryTracingInterceptor`.
101+
If you are using another package migrate to `@sentry/nestjs` and remove the `SentryTracingInterceptor` afterwards.
102+
- Removed `SentryGlobalGenericFilter`.
103+
Use the `SentryGlobalFilter` instead.
104+
The `SentryGlobalFilter` is a drop-in replacement.
105+
- Removed `SentryGlobalGraphQLFilter`.
106+
Use the `SentryGlobalFilter` instead.
107+
The `SentryGlobalFilter` is a drop-in replacement.
108+
97109
## 5. Build Changes
98110

99111
Previously the CJS versions of the SDK code (wrongfully) contained compatibility statements for default exports in ESM:

0 commit comments

Comments
 (0)