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.
123
123
- Removed ` SentryService ` .
124
124
If you are using ` @sentry/nestjs ` you can safely remove any references to the ` SentryService ` .
125
125
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.
126
135
127
136
## 5. Build Changes
128
137
You can’t perform that action at this time.
0 commit comments