File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments