-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Milestone
Description
Description
- The logic of the current
SentryServiceshould be moved into the@sentry/nestjsSentry.init()(feat(nestjs): DuplicateSentryServicebehaviour into@sentry/nestjsSDKinit()#14321) - Move
SentryGlobalGraphQLFilterlogic into theSentryGlobalFilter(feat(nestjs): Handle GraphQL contexts inSentryGlobalFilter#14320) - Move
SentryGlobalGenericFilterlogic into theSentryGlobalFilter(feat(nestjs): Handle GraphQL contexts inSentryGlobalFilter#14320) - Update all docs not to mention
SentryService,SentryTracingInterceptor,SentryGlobalGraphQLFilter, orSentryGlobalGenericFilter(Suggest not to useSentryGlobalGraphQLFilterin newer SDK versions sentry-docs#11832) - Deprecations (feat(nestjs): Deprecate
SentryTracingInterceptor,SentryService,SentryGlobalGenericFilter,SentryGlobalGraphQLFilter#14371)- Deprecate
SentryService - Deprecate
SentryTracingInterceptorwithout replacement - Deprecate
SentryGlobalGraphQLFilterand tell users to use migrate toSentryGlobalFilter - Deprecate
SentryGlobalGenericFilterand tell users to use migrate toSentryGlobalFilter
- Deprecate