We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prework for: #13590, #14295
SentryService
@sentry/nestjs
Sentry.init()
init()
SentryGlobalGraphQLFilter
SentryGlobalFilter
SentryGlobalGenericFilter
SentryTracingInterceptor
The text was updated successfully, but these errors were encountered:
@sentry/node
This issue was referenced by PR #14371, which was included in the 8.40.0 release.
Sorry, something went wrong.
lforst
Successfully merging a pull request may close this issue.
Description
Prework for: #13590, #14295
SentryService
should be moved into the@sentry/nestjs
Sentry.init()
(feat(nestjs): DuplicateSentryService
behaviour into@sentry/nestjs
SDKinit()
#14321)SentryGlobalGraphQLFilter
logic into theSentryGlobalFilter
(feat(nestjs): Handle GraphQL contexts inSentryGlobalFilter
#14320)SentryGlobalGenericFilter
logic into theSentryGlobalFilter
(feat(nestjs): Handle GraphQL contexts inSentryGlobalFilter
#14320)SentryService
,SentryTracingInterceptor
,SentryGlobalGraphQLFilter
, orSentryGlobalGenericFilter
(Suggest not to useSentryGlobalGraphQLFilter
in newer SDK versions sentry-docs#11832)SentryTracingInterceptor
,SentryService
,SentryGlobalGenericFilter
,SentryGlobalGraphQLFilter
#14371)SentryService
SentryTracingInterceptor
without replacementSentryGlobalGraphQLFilter
and tell users to use migrate toSentryGlobalFilter
SentryGlobalGenericFilter
and tell users to use migrate toSentryGlobalFilter
The text was updated successfully, but these errors were encountered: