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.
9494
9595TODO
9696
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+
97109## 5. Build Changes
98110
99111Previously 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