Skip to content

Commit

Permalink
Add removal entries to v8-to-v9.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiborza committed Dec 17, 2024
1 parent d8b90f3 commit 67a373b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/migration/v8-to-v9.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,18 @@ It will be removed in a future major version.

TODO

### `@sentry/nestjs`

- Removed `SentryTracingInterceptor`.
If you are using `@sentry/nestjs` you can safely remove any references to the `SentryTracingInterceptor`.
If you are using another package migrate to `@sentry/nestjs` and remove the `SentryTracingInterceptor` afterwards.
- Removed `SentryGlobalGenericFilter`.
Use the `SentryGlobalFilter` instead.
The `SentryGlobalFilter` is a drop-in replacement.
- Removed `SentryGlobalGraphQLFilter`.
Use the `SentryGlobalFilter` instead.
The `SentryGlobalFilter` is a drop-in replacement.

## 5. Build Changes

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

0 comments on commit 67a373b

Please sign in to comment.