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 99
99
- Removed ` SentryService ` .
100
100
If you are using ` @sentry/nestjs ` you can safely remove any references to the ` SentryService ` .
101
101
If you are using another package migrate to ` @sentry/nestjs ` and remove the ` SentryService ` afterwards.
102
+ - Removed ` SentryTracingInterceptor ` .
103
+ If you are using ` @sentry/nestjs ` you can safely remove any references to the ` SentryTracingInterceptor ` .
104
+ If you are using another package migrate to ` @sentry/nestjs ` and remove the ` SentryTracingInterceptor ` afterwards.
105
+ - Removed ` SentryGlobalGenericFilter ` .
106
+ Use the ` SentryGlobalFilter ` instead.
107
+ The ` SentryGlobalFilter ` is a drop-in replacement.
108
+ - Removed ` SentryGlobalGraphQLFilter ` .
109
+ Use the ` SentryGlobalFilter ` instead.
110
+ The ` SentryGlobalFilter ` is a drop-in replacement.
102
111
103
112
## 5. Build Changes
104
113
You can’t perform that action at this time.
0 commit comments