File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,18 @@ It will be removed in a future major version.
94
94
95
95
TODO
96
96
97
+ ### ` @sentry/nestjs `
98
+
99
+ - Removed ` SentryTracingInterceptor ` .
100
+ If you are using ` @sentry/nestjs ` you can safely remove any references to the ` SentryTracingInterceptor ` .
101
+ If you are using another package migrate to ` @sentry/nestjs ` and remove the ` SentryTracingInterceptor ` afterwards.
102
+ - Removed ` SentryGlobalGenericFilter ` .
103
+ Use the ` SentryGlobalFilter ` instead.
104
+ The ` SentryGlobalFilter ` is a drop-in replacement.
105
+ - Removed ` SentryGlobalGraphQLFilter ` .
106
+ Use the ` SentryGlobalFilter ` instead.
107
+ The ` SentryGlobalFilter ` is a drop-in replacement.
108
+
97
109
## 5. Build Changes
98
110
99
111
Previously the CJS versions of the SDK code (wrongfully) contained compatibility statements for default exports in ESM:
You can’t perform that action at this time.
0 commit comments