Description
Description
- The logic of the current
SentryService
should be moved into the@sentry/nestjs
Sentry.init()
(feat(nestjs): DuplicateSentryService
behaviour into@sentry/nestjs
SDKinit()
#14321) - Move
SentryGlobalGraphQLFilter
logic into theSentryGlobalFilter
(feat(nestjs): Handle GraphQL contexts inSentryGlobalFilter
#14320) - Move
SentryGlobalGenericFilter
logic into theSentryGlobalFilter
(feat(nestjs): Handle GraphQL contexts inSentryGlobalFilter
#14320) - Update all docs not to mention
SentryService
,SentryTracingInterceptor
,SentryGlobalGraphQLFilter
, orSentryGlobalGenericFilter
(Suggest not to useSentryGlobalGraphQLFilter
in newer SDK versions sentry-docs#11832) - Deprecations (feat(nestjs): Deprecate
SentryTracingInterceptor
,SentryService
,SentryGlobalGenericFilter
,SentryGlobalGraphQLFilter
#14371)- Deprecate
SentryService
- Deprecate
SentryTracingInterceptor
without replacement - Deprecate
SentryGlobalGraphQLFilter
and tell users to use migrate toSentryGlobalFilter
- Deprecate
SentryGlobalGenericFilter
and tell users to use migrate toSentryGlobalFilter
- Deprecate