From 55a86590641fc253dce9ec0c96be4a5af8d13bf9 Mon Sep 17 00:00:00 2001 From: Andrei Borza Date: Tue, 17 Dec 2024 17:18:00 +0100 Subject: [PATCH] Add removal entries to `v8-to-v9.md` --- docs/migration/v8-to-v9.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/migration/v8-to-v9.md b/docs/migration/v8-to-v9.md index 3dae1a2cfd5f..871bf7088ed5 100644 --- a/docs/migration/v8-to-v9.md +++ b/docs/migration/v8-to-v9.md @@ -99,6 +99,15 @@ TODO - Removed `SentryService`. If you are using `@sentry/nestjs` you can safely remove any references to the `SentryService`. If you are using another package migrate to `@sentry/nestjs` and remove the `SentryService` afterwards. +- 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